From 54687572d4c4b8762b65a4afa13641688c906f97 Mon Sep 17 00:00:00 2001 From: mbaharip <62494292+mbahArip@users.noreply.github.com> Date: Thu, 9 May 2024 06:39:48 +0700 Subject: [PATCH 01/20] Add dev indicator at the bottom of the page --- src/app/@footer.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/app/@footer.tsx b/src/app/@footer.tsx index 57710bf..b4ff747 100644 --- a/src/app/@footer.tsx +++ b/src/app/@footer.tsx @@ -3,12 +3,14 @@ import ReactMarkdown from "react-markdown"; import remarkBreaks from "remark-breaks"; +import isDev from "~/utils/isDev"; + type Props = { content: string; }; export default function Footer({ content }: Props) { return ( -