diff --git a/src/components/RoadCard/LongBadge.tsx b/src/components/RoadCard/LongBadge.tsx new file mode 100644 index 000000000..82d727e8b --- /dev/null +++ b/src/components/RoadCard/LongBadge.tsx @@ -0,0 +1,34 @@ +import type { BadgeProps } from './RoadCardPage'; + +export function LongBadge({ badgeUrl }: BadgeProps) { + return ( +
@@ -32,100 +60,54 @@ export function RoadCardPage() {