Skip to content

Commit

Permalink
Fix support icon
Browse files Browse the repository at this point in the history
  • Loading branch information
prokawsar committed Nov 22, 2024
1 parent d8b2a2e commit 714d10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/sections/Support.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
{/each}
{#each supportLogos as logo}
<a
class="h-11 w-[150px] overflow-hidden rounded-md md:h-full md:w-[120px]"
class="h-11 w-[150px] overflow-hidden rounded-md md:w-[120px]"
href={logo.url || base + '/'}
target="_blank"
>
Expand Down

0 comments on commit 714d10b

Please sign in to comment.