Login modification - change UI clean code

This commit is contained in:
PascalMarchesseault
2024-06-30 17:04:22 -04:00
parent 646b2a668a
commit 9617231073
3 changed files with 140 additions and 117 deletions

View File

@@ -80,14 +80,19 @@
<RouterLink to="/browse">
<button class="px-6 py-3 bg-purple-700 text-white rounded-lg hover:bg-purple-600 focus:outline-none focus:ring-2 focus:ring-purple-500 transition duration-300 ease-in-out">Découvre les autres créateurs</button>
</RouterLink>
</div>
<selected-footer></selected-footer>
</div>
</div>
</div>
</template>
<script setup>
import SelectedFooter from "@/views/main/SelectedFooter.vue";
</script>
<style scoped>