Skip to content

Commit a7b28ac

Browse files
committed
fix: download of mkwttb.html using firefox was not working
When clicking on the download button, firefox was not downloading the application. Instead it was redirecting to the 404 pages.
1 parent 896d068 commit a7b28ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/views/readme/readme.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ export const Readme: Component = () => {
7878
</li>
7979
</ul>
8080

81-
<A class="button" href="/index.html" download={"mkwttb.html"}>
81+
<a class="button" href="index.html" download="mkwttb.html">
8282
Download
83-
</A>
83+
</a>
8484

8585
<h2>FAQ</h2>
8686

0 commit comments

Comments
 (0)