mirror of https://github.com/hykilpikonna/AquaDX
grammar
parent
eda7c52624
commit
a8050937b8
|
@ -15,7 +15,7 @@
|
|||
|
||||
<main>
|
||||
<div class="content-main">
|
||||
<p>Here you can see the pictures you have uploaded from mai.</p>
|
||||
<p>here you can see the pictures you have uploaded from mai.</p>
|
||||
<div class="pictures">
|
||||
{#each photos as photo}
|
||||
<img class="rounded-2xl max-w-sm" src="{AQUA_HOST}/api/v2/game/mai2/my-photo/{photo}?token={token}" alt="Memorial" />
|
||||
|
@ -24,7 +24,7 @@
|
|||
<p>There are no photos available. Try uploading some!</p>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
<style lang="sass">
|
||||
@use "../vars"
|
||||
|
|
Loading…
Reference in New Issue