mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-01 05:24:24 +01:00
Merge branch 'dev' into feature/tournament-pages
This commit is contained in:
@@ -27,7 +27,7 @@ export default function AboutCard({ user, isOwner }: Props) {
|
||||
const links = [
|
||||
{
|
||||
hasValue: user.email,
|
||||
text: user.email?.replace(/(^\w+:|^)\/\//, '').replace(/\/$/, ""),
|
||||
text: user.email,
|
||||
icon: FiMail,
|
||||
colors: "bg-violet-100 text-violet-900",
|
||||
url: user.email && `mailto:${user.email}`
|
||||
|
||||
Reference in New Issue
Block a user