mirror of
https://github.com/rubjo/victor-mono.git
synced 2024-12-04 18:18:21 +03:00
Fix links
This commit is contained in:
parent
c1af8ef307
commit
695dfc7d40
11
src/App.vue
11
src/App.vue
@ -188,8 +188,10 @@
|
||||
justify="center"
|
||||
>
|
||||
<el-col class="centre">
|
||||
<a
|
||||
id="donate-link"
|
||||
>
|
||||
<el-button
|
||||
id="donate-button"
|
||||
icon="el-icon-medal-1"
|
||||
type="primary"
|
||||
round
|
||||
@ -197,10 +199,13 @@
|
||||
>
|
||||
Donate
|
||||
</el-button>
|
||||
</a>
|
||||
|
||||
<a href="Victor Mono.zip">
|
||||
<a
|
||||
id="download-link"
|
||||
href="Victor Mono.zip"
|
||||
>
|
||||
<el-button
|
||||
id="download-button"
|
||||
icon="el-icon-download"
|
||||
round
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user