mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
Minor core change.
This commit is contained in:
parent
0185e88f60
commit
b37146523c
2 changed files with 10 additions and 2 deletions
|
@ -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">
|
||||
|
|
|
@ -227,7 +227,6 @@
|
|||
"kurt-opsahl",
|
||||
"guy-zyskind"
|
||||
],
|
||||
|
||||
"core-contributors": [
|
||||
{
|
||||
"id": "mykola-siusko",
|
||||
|
|
Loading…
Reference in a new issue