Skip to content

Commit c2f7e40

Browse files
committed
Remove alphabetStrip artifact
1 parent 52859d0 commit c2f7e40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/AlphabetStrip.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</script>
66

77
<div
8-
class="alphabet-scroll flex m-2 gap-1 md:gap-2 mb-4 justify-start overflow-x-auto whitespace-nowrap pb-2 snap-x"
8+
class="flex m-2 gap-1 md:gap-2 mb-4 justify-start overflow-x-auto whitespace-nowrap pb-2 snap-x"
99
>
1010
{#each alphabet as letter}
1111
<button

0 commit comments

Comments
 (0)