Newer
Older
<template>
<footer>
<b-container>
<b-row>
AURA/<b>dashboard v0.0.42</b> |
<router-link to="/credits">
Credits
</router-link> |
...
<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>
background-color: #343a40;
border-top: 1px solid #2e3436;
color: rgba(255, 255, 255, 0.5);
width: 100%;
margin-top: auto;