From bb9bc3607868b726d56ebf94674082d18674ead1 Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Tue, 13 Jun 2023 17:40:38 +0600 Subject: [PATCH] chore: one line textarea --- src/components/RoadCard/LongBadge.tsx | 4 +- src/components/RoadCard/RoadCardPage.tsx | 107 +++++++++++++++-------- src/components/RoadCard/WideBadge.tsx | 10 +-- 3 files changed, 78 insertions(+), 43 deletions(-) diff --git a/src/components/RoadCard/LongBadge.tsx b/src/components/RoadCard/LongBadge.tsx index 36cd3a398..000acf7d9 100644 --- a/src/components/RoadCard/LongBadge.tsx +++ b/src/components/RoadCard/LongBadge.tsx @@ -21,14 +21,14 @@ export function LongBadge({ badgeUrl }: BadgeProps) {
Download
-
-
- - Embed - - +
+ +
+
+
+ + Embed + + +
+
- +

You can include it on your website or follow the instructions to{' '} -

+
Download - handleCopy(badgeUrl)} > {isCopied ? 'Copied!' : 'Copy Link'} - +
);