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 @@ -301,7 +301,7 @@ export const DesktopDownload: React.FC<DesktopDownloadProps> = ({
301
301
// Allow the default link behavior
302
302
} }
303
303
>
304
- < i className = "far fa-desktop" > </ i >
304
+ < i className = { getPlatformIcon ( detectedDownload . platform ) } > </ i >
305
305
< span >
306
306
< FormattedMessage
307
307
id = "desktopDownload.downloadSpan"
@@ -360,7 +360,7 @@ export const DesktopDownload: React.FC<DesktopDownloadProps> = ({
360
360
rel = "noopener noreferrer"
361
361
onClick = { ( ) => trackDownloadClick ( detectedDownload . platform , detectedDownload . filename , 'compact' ) }
362
362
>
363
- < i className = "far fa-desktop" > </ i >
363
+ < i className = { getPlatformIcon ( detectedDownload . platform ) } > </ i >
364
364
< span >
365
365
< FormattedMessage
366
366
id = "desktopDownload.downloadCompactFull"
You can’t perform that action at this time.
0 commit comments