From 54bc2b3aca0e610267f58686b0e48257a6722b03 Mon Sep 17 00:00:00 2001 From: Anushka Chouhan Date: Thu, 7 Nov 2024 21:45:39 +0530 Subject: [PATCH 1/2] Add Footer Copyright Line --- components/ui/footer.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/components/ui/footer.tsx b/components/ui/footer.tsx index 20d7947..d7b2fe6 100644 --- a/components/ui/footer.tsx +++ b/components/ui/footer.tsx @@ -12,7 +12,8 @@ export const Footer = () => { const featureRequestTemplate = `${repoUrl}/issues/new?template=feature_request.yaml`; const contributionGuideline = `${repoUrl}/issues/new?template=documentation_update.yaml`; return ( -