Skip to content

Commit

Permalink
fix: merge test
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed May 13, 2024
1 parent c46f400 commit 6b51e2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/shared/MainContainer.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React, { ReactNode } from 'react';

const MainContainer = ({ children }: { children: ReactNode }) => {
//
return <div className=" max-w-[393px] mx-auto">{children}</div>;
};

Expand Down
1 change: 1 addition & 0 deletions src/components/shared/sign/SignInButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import React from 'react';

const SignInButton = () => {
const router = useRouter();
//
return (
<button
className="w-[361px] h-12 px-3.5 rounded-lg border border-black justify-center items-center inline-flex text-black text-[15px] font-semibold font-pretendard leading-snug"
Expand Down
1 change: 1 addition & 0 deletions src/components/shared/sign/SignUpButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import React from 'react';

const SignUpButton = () => {
const router = useRouter();
//
return (
<button
className="w-[361px] h-12 px-3.5 bg-space-black rounded-lg justify-center items-center inline-flex text-white text-[15px] font-semibold font-pretendard leading-snug"
Expand Down

0 comments on commit 6b51e2e

Please sign in to comment.