Skip to content

Commit

Permalink
design :: 최상단 콘테이너
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Mar 12, 2024
1 parent 3a6c7f4 commit 727f73f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Main/firstContainer.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import styled from '@emotion/styled';
import MainImg from '@/assets/Main.svg';
import { Button } from '../common/button';

export const FirstContainer = () => {
return (
Expand All @@ -14,7 +15,9 @@ export const FirstContainer = () => {
배포하는 경험을 할 수 있습니다.
</div>
<div>스퀘어는 보다 쉬운 방법으로 배포할 수 있고 쉽게 모니터링 할 수 있습니다.</div>
<div>자세히 보기</div>
<Button width={190} height={64} buttonColor="white" buttonStyle="ghost" onClick={() => console.log('click!!')}>
자세히 보기
</Button>
</MainContainer>
</Container>
);
Expand Down

0 comments on commit 727f73f

Please sign in to comment.