Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Fix linter and formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DusterTheFirst committed Dec 13, 2023
1 parent bd66564 commit b9b4ac4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/pages/links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function Head() {
return (
<>
<HeadContent title="Link Tree" />
<meta http-equiv="refresh" content={`3; url=${LINKTREE}`} />
<meta httpEquiv="refresh" content={`3; url=${LINKTREE}`} />
</>
);
}
Expand All @@ -20,10 +20,13 @@ export default function NotFoundPage() {
<Container>
<Row>
<Col>
<h1>
Visit our LinkTree
</h1>
<p>If you are not automatically redirected in 5 seconds, manually navigate <a className="nav" href={LINKTREE}>here</a></p>
<h1>Visit our LinkTree</h1>
<p>
If you are not automatically redirected in 5 seconds, manually navigate{" "}
<a className="nav" href={LINKTREE}>
here
</a>
</p>
</Col>
</Row>
</Container>
Expand Down

0 comments on commit b9b4ac4

Please sign in to comment.