Add stations

This commit is contained in:
Conor McNamara
2023-03-11 14:55:01 +00:00
parent f04c6bfed5
commit 9f66fd1943
21 changed files with 436 additions and 447 deletions

View File

@ -33,9 +33,7 @@
<script>
import app from "../api/firebase"
import {getAuth, onAuthStateChanged, signOut} from "firebase/auth"
import { getAuth, onAuthStateChanged, signOut } from "firebase/auth"
export default {
name: "Navbar",
@ -66,17 +64,15 @@ export default {
</script>
<style scoped>
.router-link-active{
color: rgb(0, 0, 0);
font-weight: 600;
cursor: pointer;
}
a{
a {
text-decoration: none;
color: black;
font-weight: 100;
}
</style>