We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23559fb commit 334f904Copy full SHA for 334f904
src/components/ApiInfo/ApiInfo.tsx
@@ -81,7 +81,7 @@ export class ApiInfo extends React.Component<ApiInfoProps> {
81
<DownloadButton
82
download={downloadFilename}
83
target="_blank"
84
- href={downloadLink || '#'}
+ href={downloadLink}
85
onClick={this.handleDownloadClick}
86
>
87
Download
src/components/ApiInfo/styled.elements.ts
@@ -20,6 +20,7 @@ export const DownloadButton = styled.a`
20
padding: 4px 8px 4px;
21
display: inline-block;
22
text-decoration: none;
23
+ cursor: pointer;
24
25
${extensionsHook('DownloadButton')};
26
`;
0 commit comments