Login modification - change UI clean code
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user