mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
add navbar and new logo
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<div class="topnav"></div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
function toggleNav() {}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.topnav {
|
||||
background-color: $gray;
|
||||
display: grid;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user