Skip to content

Commit de6a1b4

Browse files
grv-saini-20sosweetham
authored andcommitted
feat: new group functionality and textarea fixed
1 parent a419df9 commit de6a1b4

File tree

1 file changed

+1
-1
lines changed
  • platforms/pictique/src/routes/(protected)/group/[id]

1 file changed

+1
-1
lines changed

platforms/pictique/src/routes/(protected)/group/[id]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
{#if canEdit}
195195
<!-- svelte-ignore element_invalid_self_closing_tag -->
196196
<textarea rows="2"
197-
maxlength="60" placeholder="Edit group description" class="w-full bg-grey py-3.5 px-6 text-[15px] text-black-800 font-geist font-normal placeholder:text-black-600 rounded-4xl outline-0 border border-transparent invalid:border-red invalid:text-red focus:invalid:text-black-800 focus:invalid:border-transparent" bind:value={groupDescription} />
197+
maxlength="260" placeholder="Edit group description" class="w-full bg-grey py-3.5 px-6 text-[15px] text-black-800 font-geist font-normal placeholder:text-black-600 rounded-4xl outline-0 border border-transparent invalid:border-red invalid:text-red focus:invalid:text-black-800 focus:invalid:border-transparent" bind:value={groupDescription} />
198198
{:else}
199199
<p class="text-gray-700">{group.description}</p>
200200
{/if}

0 commit comments

Comments
 (0)