Skip to content

Commit 3c58920

Browse files
bunsenstraatAniket-Engg
authored andcommitted
Update desktop-download.tsx
1 parent cf0c2cf commit 3c58920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/remix-ui/desktop-download/lib/desktop-download.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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' }}

0 commit comments

Comments
 (0)