handle other archive types for linux
This commit is contained in:
@@ -609,7 +609,6 @@ function DownloadButton({
|
||||
onMouseLeave={(e) => ((e.currentTarget as HTMLElement).style.backgroundColor = 'transparent')}
|
||||
>
|
||||
<span className="flex-shrink-0">↓</span>
|
||||
<PlatformPill platform={primary.platform} />
|
||||
<span className="truncate">{primary.filename}</span>
|
||||
<span className="justify-right flex-shrink-0"><PlatformPill platform={primary.platform} /></span>
|
||||
</a>
|
||||
@@ -647,8 +646,8 @@ function DownloadButton({
|
||||
onMouseLeave={(e) => ((e.currentTarget as HTMLElement).style.backgroundColor = 'transparent')}
|
||||
>
|
||||
<span style={{ color: 'var(--text-secondary)' }} className="flex-shrink-0">↓</span>
|
||||
<PlatformPill platform={file.platform} />
|
||||
<span className="truncate">{file.filename}</span>
|
||||
<PlatformPill platform={file.platform} />
|
||||
</a>
|
||||
))}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user