major cleanup

This commit is contained in:
Will Freeman
2024-12-27 12:06:39 -07:00
parent 3f4052df20
commit 7904af0fb6
27 changed files with 681 additions and 250 deletions
+3 -4
View File
@@ -63,11 +63,14 @@
</div>
</div>
</v-container>
<Footer />
</template>
<script setup lang="ts">
import { useRoute } from 'vue-router';
import Dangers from '@/components/Dangers.vue';
import Footer from '@/components/layout/Footer.vue';
const route = useRoute();
const flockImageCount = 6;
@@ -115,8 +118,4 @@ li {
padding: 0.5rem;
border-radius: 0.25rem;
}
.info-section {
background: var(--df-page-background-color);
}
</style>