improved broken image handling and cleaned up modal formatting

This commit is contained in:
Edward Tirado Jr 2025-06-18 23:14:20 -05:00
parent bb6a9685d6
commit 4e6331327c
8 changed files with 116 additions and 42 deletions

View file

@ -1,16 +1,14 @@
<template>
<div class="container mx-auto">
<Navbar/>
<NuxtPage/>
<Navbar />
<NuxtPage class="mb-32" />
</div>
</template>
<script>
export default {
name: "default",
}
};
</script>
<style scoped>
</style>
<style scoped></style>