Skip to content

Commit

Permalink
fix: reader avatar style
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Sep 4, 2024
1 parent 9287b48 commit 834909c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/reader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const ProviderIcon = defineComponent({
default:
return (
<img
class="size-4"
class="h-4 w-4"
src={`https://authjs.dev/img/providers/${props.provider}.svg`}
/>
)
Expand Down

0 comments on commit 834909c

Please sign in to comment.