Skip to content

Commit

Permalink
refactor/BibimMandu-IssueTacker#67: 헤더 href 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
qkdflrgs committed Aug 4, 2023
1 parent 737808d commit 3f25b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FE/src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function Header({ toggleTheme }: Props) {
return (
<Wrapper>
<Container>
<Logo href={"/"}>
<Logo href={"/issues/isOpen=true"}>
<LogoImg src={"/logo/mediumLogo.svg"} alt={"Issue Tracker"} />
</Logo>
<UserProfileButton
Expand Down

0 comments on commit 3f25b84

Please sign in to comment.