Skip to content

Commit

Permalink
Update previous-year.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
stevekinney committed Dec 12, 2024
1 parent 64411ce commit 4934564
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/components/previous-year.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
import { twMerge as merge } from 'tailwind-merge';
import links from '$content/links.yaml';
import highlights from '$assets/highlights.png';
import play from '$assets/icons/play.svg';
const { class: className }: { class?: string } = $props();
</script>

<section class={merge(className)}>
<div class="flex flex-col items-center">
<img src={highlights} alt="Highlights" class="block w-full md:w-fit" />
<enhanced:img src="$assets/highlights.png" alt="Highlights" class="block" />
<a
href={links.replay2024videos}
target="_blank"
Expand Down

0 comments on commit 4934564

Please sign in to comment.