Skip to content

Commit 169dd5e

Browse files
committed
fix conflicts
2 parents 6f18a7a + 775d39e commit 169dd5e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

resources/css/app.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
body,
66
html {
7-
--font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
7+
--font-sans:
8+
'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
89
}
910

1011
@layer base {

resources/js/components/NavMain.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
22
import { SidebarGroup, SidebarGroupLabel, SidebarMenu, SidebarMenuButton, SidebarMenuItem } from '@/components/ui/sidebar';
3-
import { type SharedData, type NavItem } from '@/types';
3+
import { type NavItem, type SharedData } from '@/types';
44
import { Link, usePage } from '@inertiajs/vue3';
55
66
defineProps<{

0 commit comments

Comments
 (0)