Skip to content

Commit 506d875

Browse files
committed
Add GitHub URL and add dynamic light-mode colour to SVG
1 parent 880a061 commit 506d875

File tree

6 files changed

+9
-4
lines changed

6 files changed

+9
-4
lines changed

components/FooterComp.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<a href="https://discord.gg/ECGejX4WFA" class="hover:brightness-125" title="Discord">
1919
<img :src="`/img/icons/official/discord.svg`" alt="Discord" class="h-5 px-1">
2020
</a>
21+
<a href="https://github.com/UnityMultiplayer" class="hover:brightness-125" title="GitHub">
22+
<img :src="`/img/icons/official/github.svg`" alt="GitHub" class="h-5 px-1">
23+
</a>
2124
</div>
2225
</div>
2326

Lines changed: 2 additions & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)