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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user