diff --git a/app/app.vue b/app/app.vue index 46d842c..4122eba 100644 --- a/app/app.vue +++ b/app/app.vue @@ -43,7 +43,7 @@ const headings = [
- The Office Logo + The Office Logo
diff --git a/app/components/common/Breadcrumb.vue b/app/components/common/Breadcrumb.vue index 642122a..6782af3 100644 --- a/app/components/common/Breadcrumb.vue +++ b/app/components/common/Breadcrumb.vue @@ -25,7 +25,7 @@ const props = defineProps< - + {{ item.text }} {{ item.text }} diff --git a/app/components/common/Skeleton.vue b/app/components/common/Skeleton.vue index 8b2f0ee..f7c8fdf 100644 --- a/app/components/common/Skeleton.vue +++ b/app/components/common/Skeleton.vue @@ -8,6 +8,49 @@ + + - - diff --git a/app/components/features/DynamicSpeaker.vue b/app/components/features/DynamicSpeaker.vue index 9992167..5df43d9 100644 --- a/app/components/features/DynamicSpeaker.vue +++ b/app/components/features/DynamicSpeaker.vue @@ -1,10 +1,10 @@ diff --git a/app/components/features/QuoteList.vue b/app/components/features/QuoteList.vue index 554cc3b..1ab88d7 100644 --- a/app/components/features/QuoteList.vue +++ b/app/components/features/QuoteList.vue @@ -25,6 +25,7 @@ {{ quote.speaker }} + @@ -35,6 +36,44 @@ + + - - diff --git a/app/components/features/SearchResult.vue b/app/components/features/SearchResult.vue index 8e5544a..3c8f1c9 100644 --- a/app/components/features/SearchResult.vue +++ b/app/components/features/SearchResult.vue @@ -1,5 +1,5 @@ + + - - diff --git a/app/components/layout/SearchBar.vue b/app/components/layout/SearchBar.vue index 48de0ff..3fb6665 100644 --- a/app/components/layout/SearchBar.vue +++ b/app/components/layout/SearchBar.vue @@ -12,7 +12,7 @@ const searchQuery = ref(''); type="text" placeholder="Quotes, characters, episodes..." class="w-72 rounded-lg border border-gray-400 py-2 pr-4 pl-10 outline-none focus:border-transparent focus:ring-2 focus:ring-blue-500" - /> + >
diff --git a/app/pages/index.vue b/app/pages/index.vue index 05e8ebf..575ed6e 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -1,5 +1,4 @@ -