mirror of
https://github.com/danbulant/Mangades
synced 2026-07-07 12:00:36 +00:00
Add contact info
This commit is contained in:
parent
bc512c194f
commit
432f8049e9
1 changed files with 4 additions and 1 deletions
|
|
@ -122,7 +122,10 @@ import MangadexItems from '../components/mangadexItems.svelte';
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<button on:click={randomManga} disabled={randomMangaLoading}>Random</button>
|
<div>
|
||||||
|
<button on:click={randomManga} disabled={randomMangaLoading}>Random</button>
|
||||||
|
<a href="https://discord.gg/XKPbz5xRuK">Made by TechmandanCZ#3372</a>
|
||||||
|
</div>
|
||||||
{#if isLogedIn()}
|
{#if isLogedIn()}
|
||||||
{#await userDetails then userDetails}
|
{#await userDetails then userDetails}
|
||||||
<a href="https://anilist.co/user/{userDetails.data.User.name}" target="_blank">
|
<a href="https://anilist.co/user/{userDetails.data.User.name}" target="_blank">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue