Skip to content

Commit 4726085

Browse files
committed
Fix discord avatar formatting
1 parent 3508883 commit 4726085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/reminders.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function DiscordAvatar({ user }: { user: DiscordUser }) {
6969
alt="Discord avatar"
7070
width={16}
7171
height={16}
72-
className="rounded-xl p-0 m-0"
72+
className="rounded-xl p-0 m-0 inline-block"
7373
/>
7474
}
7575

0 commit comments

Comments
 (0)