Skip to content

Commit

Permalink
Merge pull request #67 from KERT-core/feature/tabicon
Browse files Browse the repository at this point in the history
Design:상단탭 아이콘 변경
  • Loading branch information
Village-GG-Water authored Nov 4, 2024
2 parents 13aaa07 + 83800b6 commit d25794d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/logo/black_square.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link id="light-theme" rel="stylesheet" href="/src/styles/light.css" />
<link id="dark-theme" rel="stylesheet" href="/src/styles/dark.css" disabled />
Expand Down
8 changes: 4 additions & 4 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 @@ -43,7 +43,7 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"prettier": "^3.3.3",
"vite": "^5.4.8",
"vite": "^5.4.10",
"vite-plugin-svgr": "^4.2.0"
},
"optionalDependencies": {
Expand Down

0 comments on commit d25794d

Please sign in to comment.