Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/components/ui/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function Component() {
<p className="text-sm">Follow us:</p>
<div className="flex space-x-4 mt-2">
<XIcon className="h-6 w-6" />
<Github className="h-6 w-6" />
<a href="https://github.com/Open-Source-Issue/SnapShortURL" target="_blank" rel="noopener noreferrer"><Github className="h-6 w-6" /></a>
<FacebookIcon className="h-6 w-6" />
<YoutubeIcon className="h-6 w-6" />
<InstagramIcon className="h-6 w-6" />
Expand Down