Skip to content

Commit

Permalink
8217. Fix link - error page
Browse files Browse the repository at this point in the history
  • Loading branch information
yohannahbautista committed Dec 28, 2023
1 parent d0d89d9 commit 113c70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/error-page/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This example shows how to render a page in an IDS application that shows an unkn
4. If possible suggest links to get the user back on track
5. Consider adding support or contact options

To render an error page you need the class `error-page` added to the body. Then add the structure as noted below with the elements `error-page-context`, `error-page-content`. Also add an empty message icon in `error-page-icon` see the [empty message component](./emptymessage) for icon options.
To render an error page you need the class `error-page` added to the body. Then add the structure as noted below with the elements `error-page-context`, `error-page-content`. Also add an empty message icon in `error-page-icon` see the [empty message component](../emptymessage/readme.md) for icon options.

Also include a `error-page-title` and additional `error-page-info` information.

Expand Down

0 comments on commit 113c70d

Please sign in to comment.