Skip to content

Commit

Permalink
Use class instead of width attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Jan 13, 2023
1 parent d3a4a6c commit 272029f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Brand.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Renders the name of a brand alongside its logo.
<component
:is="getIcon(id)"
v-if="id"
width="2ch"
class="w-[2ch]"
aria-hidden="true" />

<!-- Short name for small screens -->
Expand Down

1 comment on commit 272029f

@vercel
Copy link

@vercel vercel bot commented on 272029f Jan 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.