Skip to content

Commit

Permalink
대학 로고 2차 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchaehwa committed Nov 19, 2023
1 parent 3097c62 commit 4ffc784
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-hook-form": "^7.48.2",
"react-modal": "^3.16.1",
"react-router-dom": "^6.17.0",
"react-scripts": "5.0.1",
"react-scripts": "^5.0.1",
"react-select": "^5.7.4",
"recoil": "^0.7.7",
"styled-components": "^6.0.5",
Expand Down
9 changes: 8 additions & 1 deletion src/components/univ/UnivTabData.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import chungang from '../../img/univ/chungang.png';
import chungnam from '../../img/univ/chungnam.png';
import hongik from '../../img/univ/hongik 1.png';
import duksung from '../../img/univ/duksung.png';
import dongduk from '../../img/univ/dongduk.png';
import dongguk from '../../img/univ/dongguk.png';
Expand Down Expand Up @@ -37,6 +38,7 @@ import sungkyunkwan from '../../img/univ/sungkyunkwan.png';
import sungshin from '../../img/univ/sungshin.png';
import yeungnam from '../../img/univ/yeungnam.png';
import yonsei from '../../img/univ/yonsei.png';
import hallym from '../../img/univ/hallym.png'

export interface ITabData {
school: string;
Expand All @@ -51,6 +53,7 @@ export const tabData: { [key: string]: ITabData[] } = {
school: '홍익대학교',
region: '서울',
website: 'https://likelionhongik.com/',
logo: hongik,
},
{
school: '광운대학교',
Expand Down Expand Up @@ -96,6 +99,7 @@ export const tabData: { [key: string]: ITabData[] } = {
school: '중앙대학교',
region: '서울',
website: 'https://cau-likelion.org/',
logo: chungang,
},
{
school: '가톨릭대학교',
Expand Down Expand Up @@ -315,6 +319,7 @@ export const tabData: { [key: string]: ITabData[] } = {
school: '한림대학교',
region: '강원',
website: 'https://www.instagram.com/likelion_hallym/',
logo : hallym,
},
],
충북: [
Expand Down Expand Up @@ -362,6 +367,7 @@ export const tabData: { [key: string]: ITabData[] } = {
region: '전북',
website:
'https://likelionjbnu.notion.site/11-a32d1db7bba2467eb985f9a4d97e7a77',
logo: jeonbuk,
},
],
경북: [
Expand All @@ -374,8 +380,9 @@ export const tabData: { [key: string]: ITabData[] } = {
school: '영남대학교',
region: '경북',
website: 'https://linktr.ee/likelion_yu',
logo: yeungnam,
},
{ school: '한동대학교', region: '경북', website: '' },
{ school: '한동대학교', region: '경북', website: '', logo: handong },
{
school: '경북대학교',
region: '경북',
Expand Down
Binary file added src/img/univ/hallym.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/univ/hongik 1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8054,7 +8054,7 @@ [email protected]:
dependencies:
"@remix-run/router" "1.10.0"

[email protected]:
react-scripts@^5.0.1:
version "5.0.1"
resolved "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz"
integrity sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==
Expand Down

0 comments on commit 4ffc784

Please sign in to comment.