mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
speakers count
This commit is contained in:
parent
805f532066
commit
eeba0e862c
2 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,7 @@ import { format, compareAsc, addDays, isFuture } from 'date-fns';
|
|||
import { marked } from 'marked';
|
||||
import EventsExt from '../events-ext.json';
|
||||
import core from "../core.json";
|
||||
import { imageMetadata } from 'astro/assets/utils';
|
||||
|
||||
function findExt () {
|
||||
let slug = null
|
||||
|
@ -172,7 +173,7 @@ const status = item.confirmed
|
|||
|
||||
{item.speakers &&
|
||||
<div class="mt-6 mb-6">
|
||||
<h2>Speakers</h2>
|
||||
<h2>Speakers ({item.speakers.length})</h2>
|
||||
<div class="grid grid-cols-1 gap-6 mt-4">
|
||||
{item.speakers.map(spId => getSpeaker(spId)).map((speaker) => (
|
||||
<div class="flex gap-4">
|
||||
|
|
|
@ -536,7 +536,6 @@
|
|||
"kieran-mesquita",
|
||||
"andrea-togni",
|
||||
"jaromil",
|
||||
"catsnaks",
|
||||
"serinko",
|
||||
"vaclav-pavlin",
|
||||
"alex-zaidelson",
|
||||
|
|
Loading…
Reference in a new issue