Skip to content

Commit

Permalink
Merge pull request #2 from crab85193/develop
Browse files Browse the repository at this point in the history
fix: Headerのタイトルに適切なリンクを設定
  • Loading branch information
crab85193 authored Dec 15, 2024
2 parents 308fb44 + d37a9e6 commit 50e5ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function Header() {
return (
<header className="site-header">
<div className="wrapper site-header__wrapper">
<a href="" className="brand">
<a href="/" className="brand">
都道府県別の総人口推移グラフ
</a>
</div>
Expand Down

0 comments on commit 50e5ca1

Please sign in to comment.