Skip to content

Commit

Permalink
fix: 순천향대학교 이미지 파일 경로 및 역할
Browse files Browse the repository at this point in the history
  • Loading branch information
lego37yoon committed Jul 5, 2024
1 parent 6037c9a commit ade6c7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/univ/sch.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
univName: '순천향대학교'
univImg: '/images/univ/cnu/cnu.jpeg'
univImg: '/images/univ/schu/sch_east_gate.jpg'
univDescription: '순천향대학교 동아리 리스트'
leadName: '윤정민'
viceLeadName: ['']
Expand All @@ -23,9 +23,9 @@ import UnivOrgCard from '@components/univ/UnivOrgCard.astro';
<p class="max-w-2xl mx-auto my-6 text-center text-gray-500 dark:text-gray-300">순천향대학교에서는 원활한 SUSC활동을 위해 아래의 구성원들이 고생해주고 있습니다.</p>
<div class="grid grid-cols-1 gap-8 mt-8 xl:mt-16 md:grid-cols-2 xl:grid-cols-4">
<UnivOrgCard
orgImg="/images/defaultImg/SUSC.png"
orgImg="/images/univ/schu/org/paperbox.png"
orgName="윤정민"
role="SOUP Lead"
role="SOUP"
/>
</div>
</div>
Expand Down

0 comments on commit ade6c7b

Please sign in to comment.