Skip to content

Commit daec078

Browse files
committed
fix: clients page
1 parent 39deaf5 commit daec078

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/layout/NavBar.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import Image from '$components/base/Image.svelte';
33
import { FEATURED_ARTIST } from '$lib/data/commissions';
44
import DesktopNavBar from './DesktopNavBar.svelte';
5-
import MobileNavBar from './MobileNavBar.svelte';
65
76
// Current page checker
87
</script>

src/routes/clients/[slug]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<!-- Links -->
3434
{#if project.links?.length}
35-
<div class="flex flex-row gap-4 overflow-x-scroll">
35+
<div class="flex flex-row gap-4">
3636
{#each project.links as link}
3737
<IconLink href={link.href} icon={link.icon ?? 'icon-[mdi--web]'}>{link.name}</IconLink>
3838
{/each}

0 commit comments

Comments
 (0)