Remove campain creation placeholder

This commit is contained in:
2026-07-13 15:57:52 +02:00
parent c3c20f7746
commit b5ff48e93e

View File

@@ -52,7 +52,7 @@ function create()
<Loading size="large" />
</div>
<template v-else-if="status === 'success' && loggedIn && user">
<div class="flex flex-row items-center w-full"><Button @click="() => create()">Nouvelle campagne</Button></div>
<!-- <div class="flex flex-row items-center w-full"><Button @click="() => create()">Nouvelle campagne</Button></div> -->
<div v-if="campaigns && campaigns.length > 0" class="flex flex-col gap-4">
<div v-if="valids && valids.length > 0" class="grid p-6 2xl:grid-cols-3 lg:grid-cols-2 grid-cols-1 gap-4 w-full">
<div class="flex flex-col w-[360px] border border-light-35 dark:border-dark-35" v-for="campaign of valids">