Fotky - remove

This commit is contained in:
Ota Prokopec 2023-04-27 18:49:46 +02:00
parent 16ae34ad08
commit 46677123fa
1 changed files with 3 additions and 3 deletions

View File

@ -85,13 +85,13 @@
</Section> </Section>
{/if} {/if}
<Section title="Fotky"> <!--<Section title="Fotky">
<div class="w-full relative"> <div class="w-full relative">
<div class="px-4 m-auto" style="max-width: var(--max-viewport-width);"> <div class="px-4 m-auto" style="max-width: var(--max-viewport-width);">
<!--<ImageSlider images={assets} />--> <ImageSlider images={assets} />
</div> </div>
</div> </div>
</Section> </Section>-->
<Section title="Progress"> <Section title="Progress">
<Progressbar max={$gameData.ExpCPsID.length} progress={$userProgress.length} showWrittenProgress /> <Progressbar max={$gameData.ExpCPsID.length} progress={$userProgress.length} showWrittenProgress />
</Section> </Section>