diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..6f3a2913e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/app/(landing)/layout.tsx b/app/(landing)/layout.tsx index eebb9eb7d..7fd4373fa 100644 --- a/app/(landing)/layout.tsx +++ b/app/(landing)/layout.tsx @@ -12,7 +12,7 @@ interface LandingLayoutProps { export default function LandingLayout({ children }: LandingLayoutProps) { return ( -
+
{children}