@@ -149,18 +149,38 @@ const FAQ: NextPage = () => {
149149 question : "Where can I learn more?" ,
150150 answer : (
151151 < div >
152- The best way to understand our ecosystem is to engage with it. Follow our updates on Twitter{ " " }
153- < a
154- href = "https://twitter.com/ens_dao"
155- target = "_blank"
156- rel = "noopener noreferrer"
157- className = "text-primary hover:underline"
158- >
159- @ens_dao
160- </ a > { " " }
161- and attend our weekly calls. You can also review previously funded projects on the platform to better
162- understand the types of initiatives we support. Remember, we're here to help you succeed in creating
163- valuable public goods for Web3.
152+ < p > The best way to understand our ecosystem is to engage with it:</ p >
153+ < ul className = "list-disc pl-6 space-y-2" >
154+ < li >
155+ Follow our updates on Twitter{ " " }
156+ < a
157+ href = "https://twitter.com/ens_dao"
158+ target = "_blank"
159+ rel = "noopener noreferrer"
160+ className = "text-primary hover:underline"
161+ >
162+ @ens_dao
163+ </ a >
164+ </ li >
165+ < li >
166+ < a
167+ href = "https://discuss.ens.domains/t/ens-public-goods-weekly-meeting-12pm-et-5pm-utc-thursday-term-6/20065/56"
168+ target = "_blank"
169+ rel = "noopener noreferrer"
170+ className = "text-primary hover:underline"
171+ >
172+ Attend our weekly working group calls
173+ </ a > { " " }
174+ for more info on all Public Goods related topics
175+ </ li >
176+ < li >
177+ You can also review previously funded projects on the platform to better understand the types of
178+ initiatives we support.
179+ </ li >
180+ </ ul >
181+ < p className = "mt-4" >
182+ Remember, we're here to help you succeed in creating valuable public goods for Web3.
183+ </ p >
164184 </ div >
165185 ) ,
166186 } ,
0 commit comments