fix(sider-footer): fixed commit sha url

This commit is contained in:
Corentin Thomasset 2022-04-18 18:27:52 +02:00
parent 3f8c345981
commit ed9046d3e1
No known key found for this signature in database
GPG Key ID: DBD997E935996158

View File

@ -98,7 +98,7 @@ const m = toolsByCategory.map(category => ({
rel="noopener"
type="primary"
depth="3"
:href="`https://github.com/CorentinTh/it-tools/tree/v${commitSha}`"
:href="`https://github.com/CorentinTh/it-tools/tree/${commitSha}`"
>
{{ commitSha }}
</n-button>