Skip to content

Commit

Permalink
Change name
Browse files Browse the repository at this point in the history
  • Loading branch information
BanKinf committed Dec 21, 2024
1 parent 4e7a7d5 commit 7e53685
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sections/SponsorsSection.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
import Kick from '@/icons/Sponsors/Kick.astro'
import Stake from '@/icons/Sponsors/Stake.astro'
import Speed from '@/icons/Sponsors/Speed.astro'
import Kick from "@/icons/sponsors/Kick.astro";
import Stake from "@/icons/sponsors/Stake.astro";
import Speed from "@/icons/sponsors/Speed.astro";
import { getTranslateLabels } from '@/i18n/utils';
const translateLabels = getTranslateLabels(Astro.currentLocale || "es");
Expand Down

0 comments on commit 7e53685

Please sign in to comment.