updated favorite projects

This commit is contained in:
2022-07-24 15:01:57 +02:00
parent 412bc5fca1
commit 8e9d3f138c
2 changed files with 32 additions and 143 deletions

View File

@@ -1,17 +1,20 @@
<template>
<section class="bg-neutral-50">
<projects :projects="select_projects">
<div>
<header>
<h2 class="text-[2rem] mb-2">
Wybrane projekty
</h2>
<p class="mb-5">
Poniżej przedstawiam Państwu, wybraną przeze mnie, listę projektów.
</p>
</div>
</header>
</projects>
<div class="more-button">
<GhostButton @click="router.push('projects')">
<div class="w-full -translate-y-5 pb-5 more-button">
<GhostButton
class="mx-auto"
@click="router.push('projects')"
>
ZOBACZ WIĘCEJ
</GhostButton>
</div>