Skip to content

Commit

Permalink
fix: Project section container 코드 원복
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-yn committed Feb 13, 2024
1 parent c4e36e0 commit 301d0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Project/Project.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Main = () => {
return (
<MainProject
src={mainProject?.image?.storage_url || ''}
device={'MOBILE'}
device={mainProject?.mockup || 'MOBILE'}
title={mainProject?.name || ''}
period={period}
description={mainProject?.content || ''}
Expand Down

0 comments on commit 301d0d4

Please sign in to comment.