mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 15:26:15 -04:00
fix(sider-footer): fixed commit sha url
This commit is contained in:
parent
3f8c345981
commit
ed9046d3e1
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue