diff --git a/public/tic80/cart.tic b/public/tic80/cart.tic index 32424d5..a75ce22 100644 Binary files a/public/tic80/cart.tic and b/public/tic80/cart.tic differ diff --git a/src/app/login/LoginForm.tsx b/src/app/login/LoginForm.tsx index f12c8f8..5a11573 100644 --- a/src/app/login/LoginForm.tsx +++ b/src/app/login/LoginForm.tsx @@ -15,6 +15,11 @@ export default function LoginForm() { ) { setSubmitting(true); + if (username === "greets") { + window.location.href = "/sekrit"; + return; + } + const req = await fetch("/api/login", { method: "POST", headers: { diff --git a/src/components/Tic80.tsx b/src/components/Tic80.tsx index 8b12003..567e6c0 100644 --- a/src/components/Tic80.tsx +++ b/src/components/Tic80.tsx @@ -2,6 +2,7 @@ import React from "react"; +// Made by Oscar :) - wavetable.cymru export default function Tic80() { return (