feat: discord server
This commit is contained in:
parent
67bd6a4297
commit
065d8a641a
1 changed files with 14 additions and 1 deletions
|
|
@ -28,10 +28,23 @@ export default function Footer() {
|
||||||
•
|
•
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
<a
|
||||||
|
href="https://discord.gg/48cXBFKvWQ"
|
||||||
|
target="_blank"
|
||||||
|
className="text-[#5865F2] hover:text-[#454FBF] transition-colors duration-200 hover:underline inline-flex items-end gap-1"
|
||||||
|
>
|
||||||
|
<Icon icon="ic:baseline-discord" className="text-lg" />
|
||||||
|
Discord
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<span className="text-zinc-400 hidden sm:inline" aria-hidden="true">
|
||||||
|
•
|
||||||
|
</span>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
href="https://github.com/trafficlunar/tomodachi-share"
|
href="https://github.com/trafficlunar/tomodachi-share"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
className="text-zinc-500 hover:text-zinc-700 transition-colors duration-200 hover:underline inline-flex items-center gap-1"
|
className="text-zinc-500 hover:text-zinc-700 transition-colors duration-200 hover:underline inline-flex items-end gap-1"
|
||||||
>
|
>
|
||||||
<Icon icon="mdi:github" className="text-lg" />
|
<Icon icon="mdi:github" className="text-lg" />
|
||||||
Source Code
|
Source Code
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue