Skip to content

Commit

Permalink
Merge pull request #204 from SV-Winter-BootCamp-Team-C/fe/feat/#203
Browse files Browse the repository at this point in the history
feat: 로고 추가
  • Loading branch information
dmswn1004 authored Jan 30, 2024
2 parents 8c94307 + fd6f757 commit 97ac5f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/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="/src/assets/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Form:Flex</title>
</head>
Expand Down
5 changes: 1 addition & 4 deletions frontend/src/components/common/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,7 @@ function Navbar({ children }: NavbarProps) {
: {}
}
/>
<p
className={`text-base font-semibold leading-4 ${isActive ? 'text-customPurple' : 'text-darkGray'}`}
style={isActive ? { color: '#66629f' } : {}}
>
<p className={`text-base font-semibold leading-4 ${isActive ? 'text-darkPurple' : 'text-darkGray'}`}>
{item.text}
</p>

Expand Down

0 comments on commit 97ac5f3

Please sign in to comment.