Skip to content

Commit

Permalink
404 update (#1935)
Browse files Browse the repository at this point in the history
* update 404 page

* update not found file

* update components

* text update for 404
  • Loading branch information
djnunez-aot authored Aug 1, 2023
1 parent 16c08d6 commit 1447dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions met-web/src/routes/NotFound.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ const marginStyle = { mr: 2 };

const SuggestionsList = () => (
<Box>
<p style={{ ...listItemStyle, fontWeight: 'bold' }}>Suggestions to help find what you're looking for:</p>
<p style={{ ...listItemStyle, fontWeight: 'bold' }}>Suggestions to help you find what you're looking for:</p>
<ul>
<li style={listItemStyle}>Check that the web URL has been entered correctly</li>
<li style={listItemStyle}>
Go to our <Link to="/">homepage</Link> and browse through our past and current public engagements
Go to our <Link to="/">homepage</Link> and browse through our past and current engagements
</li>
<li style={listItemStyle}>Use the Search function at the top of this page</li>
<li style={listItemStyle}>Telephone Device for the Deaf (TDD) across B.C.: 711</li>
Expand Down

0 comments on commit 1447dfd

Please sign in to comment.