feat(frintend): Link aan homepage toegevoegd

This commit is contained in:
Gerald Schmittinger 2025-05-14 00:48:41 +02:00
parent 501f7e8f96
commit e4329d0378
6 changed files with 37 additions and 4 deletions

View file

@ -90,6 +90,22 @@
class="fill-height"
/>
</v-col>
<v-col
cols="12"
sm="6"
md="4"
lg="4"
class="d-flex"
>
<ThemeCard
path="/my-content"
:is-absolute-path="true"
:title="t('ownLearningContentTitle')"
:description="t('ownLearningContentDescription')"
icon="mdi-pencil"
class="fill-height"
/>
</v-col>
</v-row>
</v-container>
</template>