owncast/webroot/js/footer.js
2020-06-21 00:07:57 -07:00

10 lines
257 B
JavaScript

Vue.component('owncast-footer', {
template: `
<footer class="flex border-t border-gray-500 border-solid">
<span>
<a href="https://github.com/gabek/owncast" target="_blank">About Owncast</a>
</span>
</footer>
`,
});