update
This commit is contained in:
@ -62,6 +62,7 @@ const FriendLinks = () => {
|
||||
{links.map((link) => (
|
||||
<li key={link.href} className={"flex"}>
|
||||
<Link
|
||||
target={"_blank"}
|
||||
href={link.href}
|
||||
className={"flex items-center text-xs hover:underline h-7"}
|
||||
>
|
||||
|
Reference in New Issue
Block a user