diff --git a/src/app/(crew)/crew/detail/[id]/page.tsx b/src/app/(crew)/crew/detail/[id]/page.tsx index 2234d921..7aa9dda8 100644 --- a/src/app/(crew)/crew/detail/[id]/page.tsx +++ b/src/app/(crew)/crew/detail/[id]/page.tsx @@ -16,7 +16,7 @@ export default async function CrewDetailPage({ params }: CrewDetailPageProps) { const id = Number(params.id); return ( -
+
{/* Detail Section */}
diff --git a/src/app/(crew)/layout.tsx b/src/app/(crew)/layout.tsx index 27c89429..6160abb7 100644 --- a/src/app/(crew)/layout.tsx +++ b/src/app/(crew)/layout.tsx @@ -9,13 +9,11 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - <> +
-
-
- {children} -
+
+
{children}
- +
); } diff --git a/src/app/(crew)/my-page/layout.tsx b/src/app/(crew)/my-page/layout.tsx index 913285f7..50457622 100644 --- a/src/app/(crew)/my-page/layout.tsx +++ b/src/app/(crew)/my-page/layout.tsx @@ -3,7 +3,7 @@ import ReviewTabs from './_components/review-tabs'; export default function MyPage({ children }: { children: React.ReactNode }) { return ( -
+
diff --git a/src/stories/Configure.mdx b/src/stories/Configure.mdx index 236e7c21..6010bdc1 100644 --- a/src/stories/Configure.mdx +++ b/src/stories/Configure.mdx @@ -1,20 +1,14 @@ import Image from 'next/image'; import { Meta } from '@storybook/blocks'; -import Accessibility from './assets/accessibility.png'; -import AddonLibrary from './assets/addon-library.png'; -import Assets from './assets/assets.png'; -import Context from './assets/context.png'; +import FindCrew from './assets/1-find-crew.png'; +import Login from './assets/2-login.png'; +import Crew from './assets/3-crew.png'; +import Gathering from './assets/4-gathering.png'; +import MyCrew from './assets/5-my-crew.png'; +import MyPage from './assets/6-my-page.png'; import Cbd from './assets/development-cbd.png'; import Pattern from './assets/development-pattern.png'; -import Discord from './assets/discord.svg'; -import Docs from './assets/docs.png'; -import FigmaPlugin from './assets/figma-plugin.png'; import Github from './assets/github.svg'; -import Share from './assets/share.png'; -import Styling from './assets/styling.png'; -import Testing from './assets/testing.png'; -import Theming from './assets/theming.png'; -import Tutorials from './assets/tutorials.svg'; import Youtube from './assets/youtube.svg'; export const RightArrow = () => ( @@ -88,8 +82,8 @@ export const RightArrow = () => ( A screenshot showing the autodocs tag being set, pointing a docs page being generated

크루 찾기

@@ -100,8 +94,8 @@ export const RightArrow = () => ( A browser window showing a Storybook being published to a chromatic.com URL

로그인/회원가입

@@ -112,8 +106,8 @@ export const RightArrow = () => ( Windows showing the Storybook plugin in Figma

크루

@@ -124,8 +118,8 @@ export const RightArrow = () => ( Screenshot of tests passing and failing

약속

@@ -136,8 +130,8 @@ export const RightArrow = () => ( Screenshot of accessibility tests passing and failing

나의 크루/약속

@@ -148,8 +142,8 @@ export const RightArrow = () => ( Screenshot of Storybook in light and dark mode

마이페이지

@@ -172,9 +166,11 @@ export const RightArrow = () => ( Integrate your tools with Storybook to connect workflows. +
@@ -311,7 +307,6 @@ export const RightArrow = () => ( top: 0; height: 100%; width: 200%; - overflow: hidden; } .sb-addon-img img { diff --git a/src/stories/assets/1-find-crew.png b/src/stories/assets/1-find-crew.png new file mode 100644 index 00000000..d2b49b23 Binary files /dev/null and b/src/stories/assets/1-find-crew.png differ diff --git a/src/stories/assets/2-login.png b/src/stories/assets/2-login.png new file mode 100644 index 00000000..cd1ec062 Binary files /dev/null and b/src/stories/assets/2-login.png differ diff --git a/src/stories/assets/3-crew.png b/src/stories/assets/3-crew.png new file mode 100644 index 00000000..b8411c28 Binary files /dev/null and b/src/stories/assets/3-crew.png differ diff --git a/src/stories/assets/4-gathering.png b/src/stories/assets/4-gathering.png new file mode 100644 index 00000000..ca346a0d Binary files /dev/null and b/src/stories/assets/4-gathering.png differ diff --git a/src/stories/assets/5-my-crew.png b/src/stories/assets/5-my-crew.png new file mode 100644 index 00000000..33cc6fbd Binary files /dev/null and b/src/stories/assets/5-my-crew.png differ diff --git a/src/stories/assets/6-my-page.png b/src/stories/assets/6-my-page.png new file mode 100644 index 00000000..cb74cf45 Binary files /dev/null and b/src/stories/assets/6-my-page.png differ diff --git a/src/stories/assets/accessibility.png b/src/stories/assets/accessibility.png deleted file mode 100644 index 6ffe6fea..00000000 Binary files a/src/stories/assets/accessibility.png and /dev/null differ diff --git a/src/stories/assets/accessibility.svg b/src/stories/assets/accessibility.svg deleted file mode 100644 index 107e93f8..00000000 --- a/src/stories/assets/accessibility.svg +++ /dev/null @@ -1 +0,0 @@ -Accessibility \ No newline at end of file diff --git a/src/stories/assets/addon-library.png b/src/stories/assets/addon-library.png deleted file mode 100644 index 95deb38a..00000000 Binary files a/src/stories/assets/addon-library.png and /dev/null differ diff --git a/src/stories/assets/assets.png b/src/stories/assets/assets.png deleted file mode 100644 index cfba6817..00000000 Binary files a/src/stories/assets/assets.png and /dev/null differ diff --git a/src/stories/assets/avif-test-image.avif b/src/stories/assets/avif-test-image.avif deleted file mode 100644 index 530709bc..00000000 Binary files a/src/stories/assets/avif-test-image.avif and /dev/null differ diff --git a/src/stories/assets/context.png b/src/stories/assets/context.png deleted file mode 100644 index e5cd249a..00000000 Binary files a/src/stories/assets/context.png and /dev/null differ diff --git a/src/stories/assets/discord.svg b/src/stories/assets/discord.svg deleted file mode 100644 index d638958b..00000000 --- a/src/stories/assets/discord.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/stories/assets/docs.png b/src/stories/assets/docs.png deleted file mode 100644 index a749629d..00000000 Binary files a/src/stories/assets/docs.png and /dev/null differ diff --git a/src/stories/assets/figma-plugin.png b/src/stories/assets/figma-plugin.png deleted file mode 100644 index 8f79b08c..00000000 Binary files a/src/stories/assets/figma-plugin.png and /dev/null differ diff --git a/src/stories/assets/share.png b/src/stories/assets/share.png deleted file mode 100644 index 8097a370..00000000 Binary files a/src/stories/assets/share.png and /dev/null differ diff --git a/src/stories/assets/styling.png b/src/stories/assets/styling.png deleted file mode 100644 index d341e826..00000000 Binary files a/src/stories/assets/styling.png and /dev/null differ diff --git a/src/stories/assets/testing.png b/src/stories/assets/testing.png deleted file mode 100644 index d4ac39a0..00000000 Binary files a/src/stories/assets/testing.png and /dev/null differ diff --git a/src/stories/assets/theming.png b/src/stories/assets/theming.png deleted file mode 100644 index 1535eb9b..00000000 Binary files a/src/stories/assets/theming.png and /dev/null differ diff --git a/src/stories/assets/tutorials.svg b/src/stories/assets/tutorials.svg deleted file mode 100644 index b492a9c6..00000000 --- a/src/stories/assets/tutorials.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file