designtopack/src/components/ProjectRequestButton.vue
2025-01-23 15:31:28 +01:00

11 lines
168 B
Vue

<template>
<button class="btn">Demander la création d'un projet</button>
</template>
<style scoped>
button {
position: fixed;
bottom: 0;
right: 0;
}
</style>