This commit is contained in:
quantulr
2023-11-03 17:25:10 +08:00
parent 2423f8c2e8
commit b6a722fa79
62 changed files with 415 additions and 260 deletions

View File

@ -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>