Skip to content

Commit 0d8f237

Browse files
committed
fix: Oops
I broke the logo
1 parent dafcb45 commit 0d8f237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/components/mainLayout.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script lang="ts">
22
import { Toaster } from '$lib/components/ui/sonner/index';
3-
import { MessageSquare } from 'lucide-svelte';
3+
import { MessagesSquare } from 'lucide-svelte';
44
import type { Snippet } from 'svelte';
55
import type { PageData } from '../../routes/(main)/$types';
66
import Channel from './channel.svelte';
@@ -25,7 +25,7 @@
2525
<div class="flex h-full max-h-screen flex-col gap-2">
2626
<div class="flex h-14 items-center border-b px-4 lg:h-[60px] lg:px-6">
2727
<a href="/" class="flex items-center gap-2 font-semibold">
28-
<MessageSquare class="h-6 w-6" />
28+
<MessagesSquare class="h-6 w-6" />
2929
<span class="">SVChat</span>
3030
</a>
3131
<ModeSwitcher />

0 commit comments

Comments
 (0)