Skip to content

Commit c54a4b5

Browse files
authored
fix: broken gh link
1 parent 70c5181 commit c54a4b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/Socials.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<a href="https://www.linkedin.com/company/utmrobotics/" target="_blank" title="LinkedIn">
1010
<Fa icon={faLinkedin} />
1111
</a>
12-
<a href="https://github.com/UTM-Robotics/" target="_blank" title="GitHub">
12+
<a href="https://github.com/utmrobotics/" target="_blank" title="GitHub">
1313
<Fa icon={faGithub} />
1414
</a>
1515
<a href="https://discord.gg/wFbtZhcXFQ" target="_blank" title="Discord Server">

0 commit comments

Comments
 (0)