From dadea8b5d023b8b08e2672b5b9cda525512b8196 Mon Sep 17 00:00:00 2001 From: Joshua Ryder Date: Wed, 1 Oct 2025 20:55:52 -0400 Subject: [PATCH] feat: Restore admin.vue content with proper width constraints and add favicon --- nuxt.config.ts | 1 + pages/admin.vue | 131 +++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 130 insertions(+), 2 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 4eb2656..6f59ce1 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -31,6 +31,7 @@ export default defineNuxtConfig({ app: { head: { link: [ + { rel: 'icon', type: 'image/png', href: '/logos/favicon.png' }, { rel: 'preconnect', href: 'https://fonts.googleapis.com' diff --git a/pages/admin.vue b/pages/admin.vue index 6895c99..e2cc84b 100644 --- a/pages/admin.vue +++ b/pages/admin.vue @@ -25,8 +25,135 @@ -
-

Test content with fixed width

+
+ + + +
+ +
+
+ + + + + + + +
+ + + + +
+ + + + + +
+ + +
+ + Add another reference + +
+ + + + + + + + + + + + + + + + +
+ + Reset + + + Create Sermon + +
+ +
+ + +
+

{{ successMessage }}

+