Edit functionality added to frontend.

This commit is contained in:
Jesse Malotaux 2025-04-28 16:23:52 +02:00
parent 9e0337a2be
commit 05a5cb8325
5 changed files with 88 additions and 30 deletions

View file

@ -12,7 +12,7 @@
</template>
<script setup>
import { computed, onMounted } from 'vue'
import { computed } from 'vue'
const props = defineProps({
href: String,
@ -83,10 +83,10 @@ button,
}
&:hover {
@apply !text-white;
@apply text-white;
svg {
@apply !stroke-white;
@apply stroke-current;
}
}