feature/client-template #2

Merged
homeburger merged 27 commits from feature/client-template into main 2026-03-14 23:10:46 -05:00
5 changed files with 21 additions and 0 deletions
Showing only changes of commit 2128d5dfa4 - Show all commits

View File

View File

View File

@@ -0,0 +1,21 @@
<template>
<b-navbar toggleable="lg" type="dark" variant="primary">
<b-container>
<b-row class="text-white">
<b-col>
<b-icon-people-fill class="h2"></b-icon-people-fill>
</b-col>
<b-col>
<span class="h3">CRM</span>
</b-col>
</b-row>
</b-container>
</b-navbar>
</template>
<script>
export default {
name: "Header",
};
</script>

View File

View File