diff --git a/apps/web/components/profile/links-card/index.tsx b/apps/web/components/profile/links-card/index.tsx index e2088bf..b6ff717 100644 --- a/apps/web/components/profile/links-card/index.tsx +++ b/apps/web/components/profile/links-card/index.tsx @@ -14,6 +14,12 @@ export function LinksCard() { text="График работы" visible={isMaster} /> + ); } diff --git a/apps/web/components/profile/links-card/link-button.tsx b/apps/web/components/profile/links-card/link-button.tsx index ca4f7f5..1dc6786 100644 --- a/apps/web/components/profile/links-card/link-button.tsx +++ b/apps/web/components/profile/links-card/link-button.tsx @@ -12,7 +12,7 @@ export function LinkButton({ description, href, text, visible }: Props) { return ( -
+

{text}

{description}