diff --git a/components/index/Sponsors.vue b/components/index/Sponsors.vue
index f74b5184..a379d192 100644
--- a/components/index/Sponsors.vue
+++ b/components/index/Sponsors.vue
@@ -9,11 +9,16 @@
target="_blank"
class="block aspect-square bg-white overflow-clip"
:class="[
- { 'p-5': !sponsor.noMargin },
{ 'rounded-full': !sponsor.noRounded }
]"
>
-
+
@@ -58,7 +63,3 @@ const sponsors: Sponsor[] = [
}
];
-
-
\ No newline at end of file