mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-26 01:34:25 +01:00
fix: twitter link, project-card-skeleton
This commit is contained in:
@@ -44,7 +44,7 @@ export default function AboutCard({ user, isOwner }: Props) {
|
||||
text: user.twitter,
|
||||
icon: FiTwitter,
|
||||
colors: "bg-blue-100 text-blue-500",
|
||||
url: `https://twitter.com/@${user.twitter}`
|
||||
url: `https://twitter.com/${user.twitter}`
|
||||
},
|
||||
{
|
||||
hasValue: user.github,
|
||||
|
||||
Reference in New Issue
Block a user