update
This commit is contained in:
@ -53,7 +53,7 @@ const FriendLinks = () => {
|
||||
return (
|
||||
<div className={"h-[360px] bg-white"}>
|
||||
<div
|
||||
className={`title-bar text-black flex items-center px-2 font-bold ${styles.titleBar} relative`}
|
||||
className={`title-bar flex items-center px-2 font-bold text-black ${styles.titleBar} relative`}
|
||||
>
|
||||
<Image width={30} height={30} src={pin} alt={"trumpet icon"} />
|
||||
<span className={"ml-2 text-[14px]"}>友情链接</span>
|
||||
@ -64,7 +64,7 @@ const FriendLinks = () => {
|
||||
<Link
|
||||
target={"_blank"}
|
||||
href={link.href}
|
||||
className={"flex items-center text-xs hover:underline h-7"}
|
||||
className={"flex h-7 items-center text-xs hover:underline"}
|
||||
>
|
||||
• {link.title}
|
||||
</Link>
|
||||
|
Reference in New Issue
Block a user