Update base.layout.vue

This commit is contained in:
elibrody 2024-01-10 18:29:48 -05:00 committed by GitHub
parent d396641314
commit 79f9112c06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ const tools = computed<ToolCategory[]>(() => [
<div> <div>
IT-Tools IT-Tools
<c-link target="_blank" rel="noopener" :href="`https://github.com/CorentinTh/it-tools/tree/v${version}`"> <c-link target="_blank" rel="noopener" :href="`https://github.com/TheTechNetwork/it-tools/tree/v${version}`">
v{{ version }} v{{ version }}
</c-link> </c-link>
@ -73,7 +73,7 @@ const tools = computed<ToolCategory[]>(() => [
target="_blank" target="_blank"
rel="noopener" rel="noopener"
type="primary" type="primary"
:href="`https://github.com/CorentinTh/it-tools/tree/${commitSha}`" :href="`https://github.com/TheTechNetwork/it-tools/tree/${commitSha}`"
> >
{{ commitSha }} {{ commitSha }}
</c-link> </c-link>
@ -81,8 +81,8 @@ const tools = computed<ToolCategory[]>(() => [
</div> </div>
<div> <div>
© {{ new Date().getFullYear() }} © {{ new Date().getFullYear() }}
<c-link target="_blank" rel="noopener" href="https://github.com/CorentinTh"> <c-link target="_blank" rel="noopener" href="https://github.com/TheTechNetwork">
Corentin Thomasset The Tech Network
</c-link> </c-link>
</div> </div>
</div> </div>