We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9921fed commit 803d14eCopy full SHA for 803d14e
1 file changed
frontend/src/App.vue
@@ -14,8 +14,10 @@ onMounted(() => {
14
<RouterView />
15
</main>
16
<footer>
17
- Made by <img src="https://app.profcomff.com/favicon.png" class="logo" /> in association with
18
- <img src="https://dyakov.space/files/Icon.svg" class="logo" />
+ Made by
+ <a href="https://app.profcomff.com"><img src="https://app.profcomff.com/favicon.png" class="logo" /></a>
19
+ in association with
20
+ <a href="https://dyakov.space"><img src="https://dyakov.space/files/Icon.svg" class="logo" /></a>
21
</footer>
22
</template>
23
0 commit comments