Skip to content

Commit

Permalink
Merge pull request #253 from NUTFes/fix/akari/252-logo-position
Browse files Browse the repository at this point in the history
ロゴとfaviconの修正
  • Loading branch information
mtureit authored Dec 19, 2024
2 parents 9d53bca + f4ead41 commit 65cb64f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified view/next-project/public/favicon.ico
Binary file not shown.
Binary file added view/next-project/public/favicon_past.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 view/next-project/src/components/common/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Header: FC = () => {
<section className={s.headerContainer}>
<header>
<div>
<HeaderLogo height={30} width={142} color={'var(--accent-0)'} />
<HeaderLogo height={50} width={220} color={'var(--accent-0)'} />
</div>
<div className={s.headerLinks}>
<nav>
Expand Down

0 comments on commit 65cb64f

Please sign in to comment.