Minor core change.

This commit is contained in:
NoobDeveloper412 2024-09-30 22:33:19 +05:00
parent 0185e88f60
commit b37146523c
2 changed files with 10 additions and 2 deletions

View file

@ -87,7 +87,16 @@ const sortedSections = sectionsConfig
</div>
)}
{section.name === "speakers" && (
<div class="middle-pane-medium mt-16">
<h1 class="my-6 glitch-text ">Speakers</h1>
<SpeakerGrid
people={core.people}
team={core.teams["core-speakers"]}
core={true}
/>
</div>
)}
{section.name === "core contributors" && (
<div class="middle-pane-medium mt-16">

View file

@ -227,7 +227,6 @@
"kurt-opsahl",
"guy-zyskind"
],
"core-contributors": [
{
"id": "mykola-siusko",