From 5ca471a87f0f911a85d2e47da99afdb91da48602 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Thu, 31 Jul 2025 14:35:34 +0300 Subject: [PATCH] =?UTF-8?q?feat(profile):=20add=20'=D0=A3=D1=81=D0=BB?= =?UTF-8?q?=D1=83=D0=B3=D0=B8'=20link=20button=20to=20LinksCard=20for=20se?= =?UTF-8?q?rvice=20management?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/components/profile/links-card/index.tsx | 6 ++++++ apps/web/components/profile/links-card/link-button.tsx | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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}