Fix link for downloading local pack's archive
This commit is contained in:
parent
f3c28930ea
commit
b154213b45
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
<div class="download-pack-button-container">
|
||||
<el-link
|
||||
v-if="pack.pack['can-download']"
|
||||
:href="`//${host}/api/pleroma/emoji/packs/${name}/download_shared`"
|
||||
:href="`//${host}//api/pleroma/emoji/packs/archive?name=${name}`"
|
||||
:underline="false"
|
||||
type="primary"
|
||||
target="_blank">
|
||||
|
|
Loading…
Reference in a new issue