Fixed rounded on div in social page
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@if (friends().length > 0) {
|
||||
<div class="rounded-3xl px-5 m-3 bg-white font-mono border-1 border-gray-300">
|
||||
<div class="rounded-xl px-5 m-3 bg-white font-mono border-1 border-gray-300">
|
||||
<ion-list>
|
||||
@for (friend of friends(); track friend.friendId; let i = $index) {
|
||||
@if (i == friends().length - 1) {
|
||||
|
||||
Reference in New Issue
Block a user