FirstRealCommit
This commit is contained in:
|
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.8 KiB |
@@ -4,7 +4,7 @@
|
|||||||
<div class="flex items-center justify-between">
|
<div class="flex items-center justify-between">
|
||||||
<div class="menu-left flex items-center">
|
<div class="menu-left flex items-center">
|
||||||
<router-link :to="{ name: 'home' }">
|
<router-link :to="{ name: 'home' }">
|
||||||
<img src="/public/images/Chevron.png" class="img-small mr-2 logo" alt="Logo">
|
<img src="/images/Chevron.png" class="img-small mr-2 logo" alt="Logo">
|
||||||
</router-link>
|
</router-link>
|
||||||
<router-link :to="{ name: 'home' }">
|
<router-link :to="{ name: 'home' }">
|
||||||
<h1 class="textLogo">HUTOPIA</h1>
|
<h1 class="textLogo">HUTOPIA</h1>
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<DefaultLayout></DefaultLayout>
|
||||||
<main class="top-aligned-column">
|
<main class="top-aligned-column">
|
||||||
|
|
||||||
|
|
||||||
@@ -17,15 +18,11 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
import DefaultLayout from '@/layouts/DefaultLayout.vue';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<DefaultLayout></DefaultLayout>
|
||||||
<main class="top-aligned-column">
|
<main class="top-aligned-column">
|
||||||
|
|
||||||
|
|
||||||
@@ -17,10 +18,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
import DefaultLayout from '@/layouts/DefaultLayout.vue';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
|
||||||
@@ -1,4 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<DefaultLayout></DefaultLayout>
|
||||||
|
|
||||||
<main class="top-aligned-column">
|
<main class="top-aligned-column">
|
||||||
|
|
||||||
|
|
||||||
@@ -18,10 +20,6 @@
|
|||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
|
||||||
|
import DefaultLayout from '@/layouts/DefaultLayout.vue';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<DefaultLayout></DefaultLayout>
|
||||||
<main class="top-aligned-column">
|
<main class="top-aligned-column">
|
||||||
|
|
||||||
|
|
||||||
@@ -17,7 +18,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
import DefaultLayout from '@/layouts/DefaultLayout.vue';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user