Merge pull request #1 from sleeyax/feat/source-code-link

Add link to source code
This commit is contained in:
pancake3000
2024-02-07 10:39:52 +10:00
committed by GitHub
+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>