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> = ({
282
282
< div className = { `desktop-download ${ compact ? 'compact' : 'full' } ${ variant === 'span' ? 'span-variant' : '' } ${ className } ` } style = { style } >
283
283
{ variant === 'span' ? (
284
284
// 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" >
286
286
{ detectedDownload ? (
287
287
< CustomTooltip
288
288
placement = "top"
@@ -291,7 +291,7 @@ export const DesktopDownload: React.FC<DesktopDownloadProps> = ({
291
291
>
292
292
< a
293
293
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"
295
295
target = "_blank"
296
296
rel = "noopener noreferrer"
297
297
style = { { color : 'inherit' } }
You can’t perform that action at this time.
0 commit comments