-
+
{{ 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 @@
-
+
{{ constituent.text }}
- {{ constituent }}
+ {{ constituent }}
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 @@
-
-
+ -->
+ SearchResult
+
+
-
-
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 @@
-
-
+
+
+
+ About
+
-
- |