Skip to content

Commit

Permalink
chore: linting fixes...
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaisberg authored and Gaisberg committed Oct 22, 2024
1 parent d56cf6c commit 268850c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import * as Carousel from '$lib/components/ui/carousel/index.js';
import Autoplay from 'embla-carousel-autoplay';
import Header from '$lib/components/header.svelte';
import { Star, CalendarDays, Languages, Play, Info, Flame, Clapperboard } from 'lucide-svelte';
import { Star, CalendarDays, Languages, Info, Flame, Clapperboard } from 'lucide-svelte';
import { Button } from '$lib/components/ui/button';
import { roundOff } from '$lib/helpers';
import HomeItems from '$lib/components/home-items.svelte';
Expand Down Expand Up @@ -63,7 +63,7 @@
<p class="line-clamp-2 text-base">{nowPlaying.overview}</p>
</div>
<div class="mt-2 flex gap-2">
<ItemRequest data={nowPlaying} type={'movie'} />
<ItemRequest data={nowPlaying} type="movie" />
<Button
size="lg"
variant="ghost"
Expand Down

0 comments on commit 268850c

Please sign in to comment.