Skip to content

Commit

Permalink
🔧 Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Apr 12, 2024
1 parent 50ec740 commit 73afbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/ImageLoader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
export let width = 'w-full';
export let height = 'h-full';
export let ratio = 'aspect-auto';
export let ratio = '';
export let rounded = 'rounded-lg';
const base = `${width} ${height} ${ratio} ${rounded}`;
Expand Down

0 comments on commit 73afbc1

Please sign in to comment.