<template> <footer> <b-container> <b-row> <b-col> AURA/<b>dashboard v0.0.42</b> | <router-link to="/credits"> Credits </router-link> | ... </b-col> <b-col align="right"> All the UI you need to run a community radio ... almost ... working on it! </b-col> </b-row> </b-container> </footer> </template> <script> export default { } </script> <style scoped> footer { background-color: #343a40; border-top: 1px solid #2e3436; color: rgba(255, 255, 255, 0.5); width: 100%; margin-top: auto; } a { color: #c09; } </style>