Skip to content

Commit

Permalink
fix: replace ring with outline as ring not showing in production
Browse files Browse the repository at this point in the history
  • Loading branch information
tmthyadms committed Sep 25, 2023
1 parent e776ef7 commit 9262879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/hero-greets.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</div>
<div class="avatar">
<div
class="w-64 rounded-full ring ring-primary ring-offset-base-100 ring-offset-2"
class="w-64 rounded-full outline outline-4 outline-primary outline-offset-4"
>
<img
src="profile-pic.jpg"
Expand Down

0 comments on commit 9262879

Please sign in to comment.