Skip to content

Commit

Permalink
mianCuration 아이콘 및 링크 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sonah5009 committed Nov 7, 2023
1 parent c861e32 commit a70e823
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 25 deletions.
3 changes: 3 additions & 0 deletions front-end/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": []
}
37 changes: 21 additions & 16 deletions front-end/constants/mainCuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,44 @@ import {
faLaptopCode,
faWindowRestore,
faBookOpen,
faShieldHalved,
faDatabase,
} from '@fortawesome/free-solid-svg-icons';

export const curations = [
{
category: '인공지능',
url: './courses?category2sId=18',
url: './courses?category2sId=1',
logoIconImage: faBrain,
color: '#ac92eb',
// color: '#ac92eb',
color: '#00000090',
},
{
category: '프로그래밍 언어',
url: './courses?category2sId=6',
logoIconImage: faLaptopCode,
color: '#4fc1e8',
category: '데이터 사이언스',
url: './courses?category2sId=3',
logoIconImage: faDatabase,
// color: '#4fc1e8',
color: '#00000090',
},

{
category: '웹개발',
url: './courses?category2sId=1',
category: '소프트웨어 공학',
url: './courses?category2sId=5',
logoIconImage: faWindowRestore,
color: '#a0d568',
// color: '#a0d568',
color: '#00000090',
},
{
category: '보안',
url: './courses?category2sId=12',
logoIconImage: faShieldHalved,
color: '#ffce54',
category: '개발/프로그래밍',
url: './courses?category2sId=7',
logoIconImage: faLaptopCode,
// color: '#ffce54',
color: '#00000090',
},
{
category: '교양',
url: './courses?category2sId=44',
url: './courses?category2sId=9',
logoIconImage: faBookOpen,
color: '#ed5564',
// color: '#ed5564',
color: '#00000090',
},
];
33 changes: 29 additions & 4 deletions front-end/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 front-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.9.0",
"react-player": "^2.9.0",
"react-player": "^2.13.0",
"react-redux": "7.2.6",
"redux": "4.1.2",
"redux-logger": "^3.0.6",
Expand Down
8 changes: 4 additions & 4 deletions front-end/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9482,10 +9482,10 @@ react-is@^18.2.0:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==

react-player@^2.9.0:
version "2.12.0"
resolved "https://registry.yarnpkg.com/react-player/-/react-player-2.12.0.tgz#2fc05dbfec234c829292fbca563b544064bd14f0"
integrity sha512-rymLRz/2GJJD+Wc01S7S+i9pGMFYnNmQibR2gVE3KmHJCBNN8BhPAlOPTGZtn1uKpJ6p4RPLlzPQ1OLreXd8gw==
react-player@^2.13.0:
version "2.13.0"
resolved "https://registry.yarnpkg.com/react-player/-/react-player-2.13.0.tgz#b6fb252bf70574608ac711f6c83d7057c8fb0c14"
integrity sha512-gkY7ZdbVFztlKFFhCPcnDrFQm+L399b8fhWsKatZ+b2wpKJwfUHBXQFMRxqYQGT0ic1/wQ7D7EZEWy7ZBqk2pw==
dependencies:
deepmerge "^4.0.0"
load-script "^1.0.0"
Expand Down

0 comments on commit a70e823

Please sign in to comment.