Skip to content

Commit

Permalink
[FEAT] favicon, title 설정 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
keemsebin authored Oct 13, 2024
1 parent ead9d7a commit ebaa692
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<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="/icons/jjakkak-logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>째깍 - 모두의 일정을 한눈에</title>
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added public/icons/jjakkak-logo.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 removed public/icons/kakao_login.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/pages/NewSchedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const NewSchedule = () => {
showCloseButton={true}
>
<FlexBox flexDir="column" gap={20}>
<Body2>쨰깍! 일정이 생성되었어요!</Body2>
<Body2>째깍! 일정이 생성되었어요!</Body2>
<FlexBox width="100%" flexDir="row" gap={15}>
<Button
variant="tertiary"
Expand Down

0 comments on commit ebaa692

Please sign in to comment.