File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 61
61
<h3 class =" text-xl font-semibold text-info" >Introduce your community</h3 >
62
62
<p class =" text-sm" >
63
63
Give your community a name and a description that reflects its purpose and vibe.
64
- <span class =" hidden md:block" >This will help others discover and connect with it.</span >
65
64
</p >
66
65
</div >
67
66
<form class =" flex items-start gap-6" >
107
106
<span class =" text-sm font-medium" >Preview</span >
108
107
<div class =" overflow-hidden rounded-2xl bg-neutral shadow-xl" >
109
108
<div
110
- class =" flex h-10 bg-base-content bg-cover bg-center"
109
+ class =" flex h-10 bg-info bg-cover bg-center"
111
110
style ="background-image: url( {introduction_data .cover });"
112
111
>
113
112
<input
132
131
>
133
132
<Avatar
134
133
src ={introduction_data .avatar }
135
- class =" size-14 flex-shrink-0 !bg-base-content/25 "
134
+ class =" size-14 flex-shrink-0 !bg-base-content/15 "
136
135
/>
137
136
<input
138
137
id =" community-avatar-upload"
Original file line number Diff line number Diff line change 12
12
<div >
13
13
<div class =" flex flex-col gap-2" >
14
14
<h3 class =" text-xl font-semibold text-info" >Choose topics</h3 >
15
- <p class =" text-sm" >
16
- Select up to 3 topics that represent what your community is about. This will help people with
17
- similar interests discover it.
18
- </p >
15
+ <p class =" text-sm" >Select up to 3 topics that represent what your community is about.</p >
19
16
</div >
20
17
</div >
Original file line number Diff line number Diff line change 52
52
<BaseModal
53
53
open ={modalsStore .state .get (' create_community' ) === true }
54
54
onclose ={handle_modal_close }
55
- class =" flex max-w-[25rem] flex-col gap-4 md:block md: max-w-[45rem]"
55
+ class =" flex max-w-[25rem] flex-col gap-4 md:max-w-[45rem]"
56
56
>
57
57
{#await form then Form }
58
58
<Form .default {forms_state } {update_forms_state } {goto_form } />
You can’t perform that action at this time.
0 commit comments