Skip to content

Commit d95a907

Browse files
committed
fix: remove width-auto property on about page
1 parent 32ed757 commit d95a907

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/pages/about.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ const roleLabels = computed(
237237
:src="sponsor.logo"
238238
loading="lazy"
239239
height="24"
240-
width="auto"
241240
:alt="sponsor.name"
242241
class="h-6 md:h-9 w-auto block"
243242
/>
@@ -262,7 +261,6 @@ const roleLabels = computed(
262261
:src="partner.logo"
263262
loading="lazy"
264263
height="24"
265-
width="auto"
266264
:alt="partner.name"
267265
class="h-6 md:h-9 w-auto block"
268266
/>

0 commit comments

Comments
 (0)