diff options
author | Fushihara <1039534+fushihara@users.noreply.github.com> | 2024-09-28 19:24:00 +0900 |
---|---|---|
committer | Fushihara <1039534+fushihara@users.noreply.github.com> | 2024-09-28 19:24:22 +0900 |
commit | 0acca62436a3521c67b3be423b07a57f9e829def (patch) | |
tree | cf19bd92a8383c10bef9fc9e3949427b00460024 /src/app/layout.tsx | |
parent | 67c590c46f3a29795308098e9c6d0fa1da53e805 (diff) |
リンク一覧を個別エレメントに切り出し
Diffstat (limited to 'src/app/layout.tsx')
-rw-r--r-- | src/app/layout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9d5b2b9..aa0dad7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,7 +20,7 @@ export default function RootLayout({ <NavigationHeader></NavigationHeader>
{children}
<div>
- 全てのデータは<a href="https://akiba-souken.com/" target="_blank">アキバ総研</a>より。
+ 全てのデータは<a href="https://akiba-souken.com/" target="_blank" className="original-href">アキバ総研</a>より。
</div>
</body>
</html>
|