Test MVP #86

Merged
matthieu42morin merged 8 commits from master into deploy/prod 2023-04-27 17:08:59 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 46677123fa - Show all commits

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>