From c3f89ee600ca3031bef891c35c604725607e4a8a Mon Sep 17 00:00:00 2001 From: Ruthwik Chikoti Date: Mon, 22 Jul 2024 12:16:05 +0530 Subject: [PATCH] added gitlogo in footer --- frontend/components/ui/footer.jsx | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/frontend/components/ui/footer.jsx b/frontend/components/ui/footer.jsx index 13a2f72..754ca04 100644 --- a/frontend/components/ui/footer.jsx +++ b/frontend/components/ui/footer.jsx @@ -28,6 +28,7 @@ export default function Component() { +
@@ -238,9 +239,28 @@ function YoutubeIcon(props) { ) } - function Github(props) { + const handleClick = () => { + window.open("https://github.com/Open-Source-Issue/SnapShortURL", "_blank"); + }; + return ( - + + + ) } \ No newline at end of file