Skip to content

Commit fc84982

Browse files
committed
Update Edit Modal
1 parent 2b29ace commit fc84982

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/components/Profile/EditModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
v-if="userBio"
148148
class="text-[11px]"
149149
:class="
150-
userBio.length >= 70
150+
userBio.length >= 200
151151
? 'text-orange-500'
152152
: 'text-gray-500'
153153
"

0 commit comments

Comments
 (0)