Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat : 앱팀 제품 설명 수정 #75

Merged
merged 1 commit into from
Jan 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions apps/web/src/components/mainpage/prouduct/ProductSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,11 @@ export default function ProductSection({ className }: ProductProps) {
<br />& OPERATION
</Title>
<Description type='app'>
공식 앱을 통해서 SOPT 정규 세미나와 데모데이 등 <br className='md:hidden' />
공식 행사의 출석 인증 및 관리를 할 수 있어요.
<br /> 솝탬프를 통해 SOPT를 A부터 Z까지 즐길 수 있는 미션을 달성하며 회원들과 함께 랭킹을 쌓을 수 있어요.
공식 앱을 통해서 SOPT 정규 세미나와 데모데이 등 공식 행사의 출석 인증 및 관리를 할 수 있어요.
<br /> 콕찌르기, 솝탬프 등을 통해 SOPT 회원들과 함께 즐거운 경험을 할 수 있어요.
<br />
<br />
공식 앱은 SOPT 활동이 더욱 편하고 즐거울 수 있도록 돕는 역할을 하며 여러 서비스들의 중심점 역할을 하고자
해요.
<br /> 공식 앱은 SOPT 활동이 더욱 편하고 즐거울 수 있도록 돕는 역할을 하며 메이커스의 프로덕트들을 모바일
경험으로 연결하여 중심점 역할을 하고자 해요.
</Description>
</nav>
</div>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/components/mainpage/prouduct/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const descriptionMap: DescriptionMap = {
altText: 'playground_image',
},
app: {
imageUrl: 'https://github.com/sopt-makers/makers-page/assets/97586683/73dd7fa5-21e2-4977-b0e6-6b6fa45729ef',
imageUrl: 'https://github.com/sopt-makers/makers-page/assets/97586683/c9df5461-c5bd-49b8-a84b-932fba081cea',
altText: 'app_image',
},
};
Loading