File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ const ShareCampaignModal: React.FC<ShareCampaignModalProps> = ({
107107 </ DialogHeader >
108108
109109 < div className = 'space-y-6' >
110- { /* Campaign Link */ }
110+
111111 < div className = 'space-y-3' >
112112 < label className = 'text-[#B5B5B5] text-sm font-medium' >
113113 Campaign Link
@@ -143,7 +143,7 @@ const ShareCampaignModal: React.FC<ShareCampaignModalProps> = ({
143143 ) }
144144 </ div >
145145
146- { /* Share Options */ }
146+
147147 < div className = 'space-y-3' >
148148 < label className = 'text-[#B5B5B5] text-sm font-medium' >
149149 Share on Social Media
@@ -162,7 +162,6 @@ const ShareCampaignModal: React.FC<ShareCampaignModalProps> = ({
162162 </ div >
163163 </ div >
164164
165- { /* Campaign Preview */ }
166165 < div className = 'bg-[#2A2A2A] rounded-lg p-4 border border-[#2B2B2B]' >
167166 < h4 className = 'text-[#F5F5F5] font-medium mb-2' > Preview</ h4 >
168167 < div className = 'space-y-2' >
You can’t perform that action at this time.
0 commit comments