pull/119/head
alixdotsh 2025-02-28 11:26:11 -05:00
parent eda7c52624
commit a8050937b8
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<main> <main>
<div class="content-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"> <div class="pictures">
{#each photos as photo} {#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" /> <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> <p>There are no photos available. Try uploading some!</p>
{/if} {/if}
</div> </div>
</div> </div>
</main> </main>
<style lang="sass"> <style lang="sass">
@use "../vars" @use "../vars"