0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 23:36:01 +09:00

Update FAMenu.js

This commit is contained in:
yude 2021-08-09 11:58:29 +09:00
parent 29af6383a7
commit 8a0897cc00
Signed by: yude
GPG Key ID: EB0FE5D925C4A968

View File

@ -9,7 +9,7 @@ const FontAwesomeMenu = (props) => {
return (
<div>
<Link href={dest}>
<Link href={`${dest}`}>
<a>
<FontAwesomeIcon icon={icon} className="w-10 h-10 fill-current inline transition duration-200 ease-in-out transform hover:-translate-y-1 hover:scale-110" />
</a>