diff --git a/components/EventDescriptionCard.tsx b/components/EventDescriptionCard.tsx index 16f9e3b5..89e76ed0 100644 --- a/components/EventDescriptionCard.tsx +++ b/components/EventDescriptionCard.tsx @@ -3,8 +3,8 @@ import React from "react"; import { Button } from "./Button"; import { EventSetting } from "./EventSetting"; import { Image } from "./Image"; -import { Discord, Twitch, Instagram, Facebook } from "./SocialLinks"; import { Link } from "./Link"; +import { Discord, Twitch, Instagram, Facebook } from "./SocialLinks"; import styles from "./EventDescriptionCard.module.css"; @@ -46,7 +46,9 @@ export function EventDescriptionCard({ {poster && {name}}
-

{permaLink ? name : name}

+

+ {permaLink ? name : name} +