Skip to content

Commit

Permalink
hotfix: 헤더 로고명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
3o14 committed May 20, 2024
1 parent 9a86fe8 commit 00d1d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/component/Navigation/HeaderNavigationBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const HeaderNavigationBar = () => {
<section className="flex justify-between items-center absolute bg-white top-0 h-12 w-full px-4 select-none">
<div>
<h1 className="text-purple-300 font-bold my-auto text-center text-2xl px-3">
<Link href="/">LOGO</Link>
<Link href="/">MOORDO</Link>
</h1>
</div>

Expand Down

0 comments on commit 00d1d93

Please sign in to comment.