Skip to content

Commit

Permalink
fix: remove ring style
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Dec 29, 2023
1 parent a332f75 commit 5aa9c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/comment/Comment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const Comment: Component<{
/>
{source && (
<UserAuthStrategyIcon
className="absolute bottom-0.5 right-0.5 h-3.5 w-3.5 ring-1 ring-slate-100 dark:ring-zinc-800"
className="absolute bottom-0.5 right-0.5 h-3.5 w-3.5"
strategy={source}
/>
)}
Expand Down

1 comment on commit 5aa9c85

@vercel
Copy link

@vercel vercel bot commented on 5aa9c85 Dec 29, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

shiro – ./

shiro-git-main-innei.vercel.app
shiro-innei.vercel.app
springtide.vercel.app
innei.in

Please sign in to comment.