mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-30 01:28:15 +01:00
Add portfolio page for GLM bike prediction project
Introduced a new portfolio entry showcasing a bike prediction project using Generalized Linear Models. Includes a detailed description, relevant tags, a PDF report, and a link to the source code.
This commit is contained in:
@@ -49,7 +49,7 @@ function updateTag(payload: number | string) {
|
||||
icon="i-ph-warning-duotone"
|
||||
variant="outline"
|
||||
/>
|
||||
<UTabs :items="tags" color="neutral" @update:model-value="updateTag">
|
||||
<UTabs :items="tags" color="neutral" size="md" variant="pill" @update:model-value="updateTag">
|
||||
<template #default="{ item }">
|
||||
<span class="truncate">{{ t(item.translation) }}</span>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user