add link to source code

This commit is contained in:
Sleeyax
2024-02-06 22:16:56 +01:00
parent 4f78e0fa46
commit 10974d01f9
+5 -1
View File
@@ -2,10 +2,14 @@
</script>
<template>
<div>
<div class="is-horizontal-align footer">
<p>Made with , 🤖 and 🥞's - enjoy!</p>
<a href="https://github.com/pancake3000/stremio-addon-manager" target="_blank">Source Code</a>
</div>
</template>
<style scoped>
.footer {
gap: 5px;
}
</style>