From caa2fa8c5097e5d238a5b6894484873ad99b7f34 Mon Sep 17 00:00:00 2001 From: Alexander Ott <66271487+AlexanderHott@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:38:23 -0800 Subject: [PATCH] Add banner and update readme --- README.md | 14 +++++++++----- src/pages/_app.tsx | 13 ++++++++++++- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dc3d32c..58b1acd 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ -# Emoji Twitter +# Emoji Twitter (Archived) -## Roadmap +This project is no longer maintained and has been transitioned into "museum" status. You can still post, but they will be ephemeral. -- Progress and roadmap tracked on - [github projects](https://github.com/users/AlexanderHOtt/projects/1) -- [Milestones](https://github.com/AlexanderHOtt/emoji-twitter/milestones) +The last pre-museum commit is viewable [here (96f225)](https://github.com/AlexanderHott/emoji-twitter/tree/96f225ab63b77aaca446243b44e5f8288e9b1c1b) + + + + + + ## Resources diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index fe996d3..2ce1d46 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -1,5 +1,6 @@ import { type AppType } from "next/app"; -import { ReactQueryDevtools } from "@tanstack/react-query-devtools"; +// import { ReactQueryDevtools } from "@tanstack/react-query-devtools"; +import Link from "next/link"; // import { api } from "~/utils/api"; @@ -37,6 +38,16 @@ const MyApp: AppType = ({ Component, pageProps }) => { ⚠️ Dev Build ⚠️ )} +