mirror of
https://github.com/yude-jp/yude.jp
synced 2025-04-05 22:57:27 +09:00
Add underline
This commit is contained in:
parent
d3bac1e9ef
commit
11a925b0cc
@ -36,7 +36,7 @@ const Layout = (props) => {
|
|||||||
<div className="mt-16 flex flex-col items-center">
|
<div className="mt-16 flex flex-col items-center">
|
||||||
<div className="sm:w-full text-center py-6">
|
<div className="sm:w-full text-center py-6">
|
||||||
<p className="text-sm font-bold mb-2 text-gray-400">
|
<p className="text-sm font-bold mb-2 text-gray-400">
|
||||||
{footer} / <Link href="https://github.com/yudemoe/yude.jp"><a>{source}</a></Link>
|
{footer} / <Link href="https://github.com/yudemoe/yude.jp"><a className="hover:underline">{source}</a></Link>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user