File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
platforms/pictique/src/routes/(protected)/group/[id] Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 194
194
{#if canEdit }
195
195
<!-- svelte-ignore element_invalid_self_closing_tag -->
196
196
<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 } />
198
198
{:else }
199
199
<p class ="text-gray-700" >{group .description }</p >
200
200
{/if }
You can’t perform that action at this time.
0 commit comments