From 959843394d526726403bd42edc22233a7a308268 Mon Sep 17 00:00:00 2001 From: afiqzudinhadi Date: Sat, 7 Jun 2025 01:07:08 +0800 Subject: [PATCH] feat: move web icon to first --- app/components/business-section.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/components/business-section.tsx b/app/components/business-section.tsx index e38852f..e6a238e 100644 --- a/app/components/business-section.tsx +++ b/app/components/business-section.tsx @@ -53,16 +53,6 @@ export function BusinessSection({ businesses = [] }: BusinessSectionProps) {
- {business.instagramUrl && ( - - - - )} {business.websiteUrl && ( )} + {business.instagramUrl && ( + + + + )} {business.facebookUrl && (