Skip to content

Commit

Permalink
fix: logo
Browse files Browse the repository at this point in the history
  • Loading branch information
jiohjung98 committed Jun 12, 2024
1 parent 5c1dd1f commit 3ea4d62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/OffispaceLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/home/MainHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const MainHeader = () => {
<header>
<div className="flex justify-between items-center py-2">
<div className="w-[116px] h-8 cursor-pointer">
<img src="/officelogowhite.svg" alt="" className="w-full" />
<img src="/OffispaceLogo.png" alt="" className="w-full" />
</div>
<div className="flex justify-center items-center gap-6">
<div onClick={() => router.push('mypage/question')}>
Expand Down

0 comments on commit 3ea4d62

Please sign in to comment.