fix table

This commit is contained in:
2026-01-20 20:56:51 +00:00
parent 5907ae3bfc
commit 25dc5e0a97

View File

@@ -11,7 +11,7 @@ const gym = [
<div class="flex-col center-content"> <div class="flex-col center-content">
<h2>Gym</h2> <h2>Gym</h2>
<p>I'm not a gym geek but I have a consistent routine:</p> <p>I'm not a gym geek but I have a consistent routine:</p>
<OptionalLinkTable class="scroll fill center-text" :data="gym" /> <OptionalLinkTable class="scroll" :data="gym" />
</div> </div>
</template> </template>