feat(frintend): Link aan homepage toegevoegd
This commit is contained in:
parent
501f7e8f96
commit
e4329d0378
6 changed files with 37 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue