mirror of
https://github.com/zen-browser/www
synced 2026-04-26 01:24:57 +02:00
chore(about): update title
This commit is contained in:
@@ -38,7 +38,7 @@ const {
|
||||
<div class="flex flex-col gap-6">
|
||||
{Object.entries(about.mainTeam.members).map(([team, members]) => (
|
||||
<div class="flex flex-col gap-2">
|
||||
<div class="text-3xl font-semibold">{team.charAt(0).toUpperCase() + team.slice(1)} Team</div>
|
||||
<div class="text-3xl font-semibold">{about.mainTeam.subTitle[team as keyof typeof about.mainTeam.subTitle]}</div>
|
||||
<ul class="flex flex-col gap-2">
|
||||
{Object.entries(members).map(([_key, member]) => (
|
||||
<li class="text-sm">
|
||||
@@ -49,7 +49,7 @@ const {
|
||||
) : (
|
||||
<strong class="font-bold">{member.name}</strong>
|
||||
)}
|
||||
<span class="opacity-80"> : {member.description}</span>
|
||||
<span class="opacity-80">: {member.description}</span>
|
||||
</li>
|
||||
))}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user