owncast/webroot/js/footer.js

10 lines
257 B
JavaScript
Raw Normal View History

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>
`,
});