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

Commit

Permalink
Linktree page (/links?source=aero-flyer)
Browse files Browse the repository at this point in the history
  • Loading branch information
DusterTheFirst committed Dec 13, 2023
1 parent 2c43aad commit bd66564
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 3 deletions.
32 changes: 32 additions & 0 deletions src/pages/links.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
import React from "react";
import { Container, Row, Col } from "react-grid-system";
import { HeadContent } from "../components/HeadContent";
import Layout from "../components/Layout";

const LINKTREE = "https://linktr.ee/aeroteamehv?utm_source=qr_code";

export function Head() {
return (
<>
<HeadContent title="Link Tree" />
<meta http-equiv="refresh" content={`3; url=${LINKTREE}`} />

Check failure on line 12 in src/pages/links.tsx

View workflow job for this annotation

GitHub Actions / check (ESLint, lint, true)

Unknown property 'http-equiv' found, use 'httpEquiv' instead
</>
);
}

export default function NotFoundPage() {
return (
<Layout>
<Container>
<Row>
<Col>
<h1>

Check failure on line 23 in src/pages/links.tsx

View workflow job for this annotation

GitHub Actions / check (ESLint, lint, true)

Replace `⏎··············Visit·our·LinkTree` with `Visit·our·LinkTree</h1>`
Visit our LinkTree
</h1>

Check failure on line 25 in src/pages/links.tsx

View workflow job for this annotation

GitHub Actions / check (ESLint, lint, true)

Replace `/h1` with `p`
<p>If you are not automatically redirected in 5 seconds, manually navigate <a className="nav" href={LINKTREE}>here</a></p>

Check failure on line 26 in src/pages/links.tsx

View workflow job for this annotation

GitHub Actions / check (ESLint, lint, true)

Replace `<p>If·you·are·not·automatically·redirected·in·5·seconds,·manually·navigate·<a·className="nav"·href={LINKTREE}>here</a>` with `··If·you·are·not·automatically·redirected·in·5·seconds,·manually·navigate{"·"}⏎··············<a·className="nav"·href={LINKTREE}>⏎················here⏎··············</a>⏎············`
</Col>
</Row>
</Container>
</Layout>
);
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4785,9 +4785,9 @@ __metadata:
linkType: hard

"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001449, caniuse-lite@npm:^1.0.30001464":
version: 1.0.30001481
resolution: "caniuse-lite@npm:1.0.30001481"
checksum: 8200a043c191b4fd4fe0beda37a58fd61869c895ab93f87bdd0420e5927453f48434d716ce9da8552ff6c3ecc4dcd1366354cda3a134f3cc844af741574a7cab
version: 1.0.30001570
resolution: "caniuse-lite@npm:1.0.30001570"
checksum: 460be2c7a9b1c8a83b6aae4226661c276d9dada6c84209dee547699cf4b28030b9d1fc29ddd7626acee77412b6401993878ea0ef3eadbf3a63ded9034896ae20
languageName: node
linkType: hard

Expand Down

0 comments on commit bd66564

Please sign in to comment.