From cce946e83a9155b58030b3a03e9ba8b3d4110e63 Mon Sep 17 00:00:00 2001 From: isra el Date: Sat, 15 Mar 2025 18:57:09 +0300 Subject: [PATCH] chore(web): add status page link in the footer --- web/components/shared/footer.tsx | 10 +++++++++- web/config/routes.ts | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/web/components/shared/footer.tsx b/web/components/shared/footer.tsx index 22a7dd8..7585463 100644 --- a/web/components/shared/footer.tsx +++ b/web/components/shared/footer.tsx @@ -1,6 +1,6 @@ import { ExternalLinks } from '@/config/external-links' import { Routes } from '@/config/routes' -import { MessageSquarePlus } from 'lucide-react' +import { MessageSquarePlus, Activity } from 'lucide-react' import Link from 'next/link' export default function Footer() { return ( @@ -38,6 +38,14 @@ export default function Footer() { > Contribute + + + Status +