From bd66564c6a4d01edd13b0e7a7413bb624d40a2e6 Mon Sep 17 00:00:00 2001 From: Zachary Kohnen Date: Wed, 13 Dec 2023 11:07:20 +0100 Subject: [PATCH] Linktree page (/links?source=aero-flyer) --- src/pages/links.tsx | 32 ++++++++++++++++++++++++++++++++ yarn.lock | 6 +++--- 2 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 src/pages/links.tsx diff --git a/src/pages/links.tsx b/src/pages/links.tsx new file mode 100644 index 0000000..079c1a4 --- /dev/null +++ b/src/pages/links.tsx @@ -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 ( + <> + + + + ); +} + +export default function NotFoundPage() { + return ( + + + + +

+ Visit our LinkTree +

+

If you are not automatically redirected in 5 seconds, manually navigate here

+ +
+
+
+ ); +} diff --git a/yarn.lock b/yarn.lock index 3e275a2..a6bd75b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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