File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libs/remix-ui/desktop-download/lib Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ export const DesktopDownload: React.FC<DesktopDownloadProps> = ({
282282 < div className = { `desktop-download ${ compact ? 'compact' : 'full' } ${ variant === 'span' ? 'span-variant' : '' } ${ className } ` } style = { style } >
283283 { variant === 'span' ? (
284284 // Span variant - for use in dropdown items
285- < div className = "d-flex align-items-center gap-2 " >
285+ < div className = "d-flex align-items-center" >
286286 { detectedDownload ? (
287287 < CustomTooltip
288288 placement = "top"
@@ -291,7 +291,7 @@ export const DesktopDownload: React.FC<DesktopDownloadProps> = ({
291291 >
292292 < a
293293 href = { detectedDownload . url }
294- className = "text-decoration-none d-flex align-items-center gap-2 "
294+ className = "text-decoration-none d-flex align-items-center"
295295 target = "_blank"
296296 rel = "noopener noreferrer"
297297 style = { { color : 'inherit' } }
You can’t perform that action at this time.
0 commit comments