Skip to content

Commit

Permalink
[ Web ] [ Feat ] board 멘트 수정 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamooooong committed Nov 2, 2024
1 parent 685f917 commit 264ca58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
1 change: 1 addition & 0 deletions apps/web/src/app/board/boardPage.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const headingStyle = style({

export const spanStyle = style({
color: globalTheme.colors.blue_main,
...globalTheme.fonts.titleBold32,
});

export const paragraphStyle = style({
Expand Down
14 changes: 4 additions & 10 deletions apps/web/src/app/board/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,13 @@ const BoardPage = () => {
return (
<div className={containerStyle}>
<div className={leftDivStyle}>
<h1 className={headingStyle}>
고지를
<br />
선점하기 위해
<br />
싸워라.
</h1>
<span className={spanStyle}>보드</span>
<p className={paragraphStyle}>
rankit에서
rankit의 모든 유저들이
<br />
분석한 깃허브 점수를
자유롭게 소통하는 공간입니다.
<br />
보여드려요(가제)
부적절한 멘트는 지양해주세요.
</p>
</div>

Expand Down

0 comments on commit 264ca58

Please sign in to comment.