This commit is contained in:
isUnknown 2024-09-17 17:03:13 +02:00
parent 0667120de5
commit 1089938956
10 changed files with 122 additions and 77 deletions

View file

@ -1,12 +1,5 @@
<template>
<h1 class="sr-only">{{ data.content.title }}</h1>
<div class="with-sidebar">
<Menu />
<main>
<Projects />
<button class="btn | absolute right-0 bottom-0">Demander la création dun projet</button>
</main>
</div>
<Projects />
</template>
<script setup>