Skip to content

Commit

Permalink
improved sponsor section
Browse files Browse the repository at this point in the history
  • Loading branch information
thilobillerbeck committed Sep 11, 2023
1 parent 1f2a3d3 commit f16cf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/Sponsors/Sponsor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
const sizes = {
gold: "w-56",
silver: "w-36",
bronze: "h-10",
bronze: "h-10"
};
if (image === undefined) throw "Image not set";
Expand Down

0 comments on commit f16cf07

Please sign in to comment.