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