Compare commits
2 Commits
8913b91a8f
...
ea9f6c0899
Author | SHA1 | Date | |
---|---|---|---|
ea9f6c0899 | |||
c07c893767 |
@ -12,7 +12,7 @@ const getSDKVersion = async () => {
|
||||
export function SDKVersion() {
|
||||
const sdkVersion = usePromise(getSDKVersion, []);
|
||||
return (
|
||||
<Flex pl="1" alignItems="center">
|
||||
<Flex as="span" pl="1" alignItems="center">
|
||||
<Tooltip
|
||||
hasArrow
|
||||
placement="top"
|
||||
|
@ -87,8 +87,8 @@ export function FileRow({ id, file }: FileRowProps) {
|
||||
<WrapItem>
|
||||
{/* TODO: Use correct file name */}
|
||||
{file.decrypted && (
|
||||
<Link type="button" as={Button} isExternal href={file.decrypted} download={decryptedName}>
|
||||
下载
|
||||
<Link isExternal href={file.decrypted} download={decryptedName}>
|
||||
<Button as="span">下载</Button>
|
||||
</Link>
|
||||
)}
|
||||
</WrapItem>
|
||||
|
Loading…
Reference in New Issue
Block a user