diff --git a/.gitignore b/.gitignore index 490daf7..02982d3 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,5 @@ yarn-error.log* next-env.d.ts # clerk configuration (can include secrets) /.clerk/ + +.DS_Store diff --git a/app/stories/page.tsx b/app/stories/page.tsx index 783ba7f..3374b0f 100644 --- a/app/stories/page.tsx +++ b/app/stories/page.tsx @@ -157,7 +157,7 @@ export default function StoriesPage() {
-

+

{story.title}

diff --git a/components/editor/editor-toolbar.tsx b/components/editor/editor-toolbar.tsx index 30fd422..1aaee85 100644 --- a/components/editor/editor-toolbar.tsx +++ b/components/editor/editor-toolbar.tsx @@ -130,7 +130,7 @@ export function EditorToolbar({ /> ) : (

{/* Character Selection */}
- - {/* Existing and new characters list */} {characters.length > 0 && ( -
+
{characters.map((char, index) => { const isSelected = selectedCharacterIndices.has(index); diff --git a/components/landing/comic-creation-form.tsx b/components/landing/comic-creation-form.tsx index e99e9ea..297aa2e 100644 --- a/components/landing/comic-creation-form.tsx +++ b/components/landing/comic-creation-form.tsx @@ -360,7 +360,7 @@ export function ComicCreationForm({
)} -
+
{!isLoaded ? (
) : isSignedIn ? ( diff --git a/components/landing/comic-preview.tsx b/components/landing/comic-preview.tsx index 05a0a56..0b7da99 100644 --- a/components/landing/comic-preview.tsx +++ b/components/landing/comic-preview.tsx @@ -16,7 +16,7 @@ export function ComicPreview({
Background comic @@ -28,7 +28,7 @@ export function ComicPreview({
Background comic @@ -40,7 +40,7 @@ export function ComicPreview({
Background comic @@ -52,7 +52,7 @@ export function ComicPreview({
Background comic @@ -74,7 +74,7 @@ export function ComicPreview({ }`} > Comic preview page 1 @@ -96,7 +96,7 @@ export function ComicPreview({ }`} > Comic preview page 2 @@ -105,7 +105,7 @@ export function ComicPreview({ Manga
- {'"The battle begins!"'} + {'"Time to save the world!"'}
@@ -117,7 +117,7 @@ export function ComicPreview({ }`} > Comic preview page 3 diff --git a/components/landing/navbar.tsx b/components/landing/navbar.tsx index 76a9aaa..bcdba95 100644 --- a/components/landing/navbar.tsx +++ b/components/landing/navbar.tsx @@ -77,15 +77,15 @@ export function Navbar() { - {isOnStoriesPage ? ( - - - + {isOnStoriesPage ? ( + + + ) : (