Skip to content

Commit

Permalink
Updating name of gif everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
vedikaag99 authored Mar 19, 2021
1 parent bc81f28 commit 5e77e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/404/notFound.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Hero() {
keywords={metaData.notFound.keywords}
/>
<div className={style.root}>
<div className={style.error} style={{ backgroundImage: `url(${error1})` }} alt=""></div>
<div className={style.error} style={{ backgroundImage: `url(${pageNotFound})` }} alt=""></div>
<div className={`test`}>
You went too far buddy!
<p className={style.small}>There's nothing Here :(</p>
Expand Down

0 comments on commit 5e77e2d

Please sign in to comment.