0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-10-13 11:48:37 +09:00

Try to fix CI

This commit is contained in:
2021-08-09 11:15:16 +09:00
parent 18473ec7fd
commit 7932b63d60
2 changed files with 11 additions and 11 deletions

View File

@@ -13,11 +13,11 @@ import { fas } from '@fortawesome/free-solid-svg-icons'
library.add(fab, fas)
const FontAwesomeMenu = (props) => {
const { icon, href } = props
const { icon, dest } = props
return (
<div>
<Link href={href}>
<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>