Fix formatting
This commit is contained in:
parent
ff9fbf50a2
commit
97e9a15d9e
|
@ -74,7 +74,7 @@ export default function Schedule({
|
||||||
</tr>
|
</tr>
|
||||||
</tfoot>}
|
</tfoot>}
|
||||||
</table>
|
</table>
|
||||||
<div className="separator"/>
|
<div className="separator" />
|
||||||
<table>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
{tracks.filter(track => !isTrackHidden(track)).map(track => <tr key={track.id}>
|
{tracks.filter(track => !isTrackHidden(track)).map(track => <tr key={track.id}>
|
||||||
|
@ -120,7 +120,7 @@ export default function Schedule({
|
||||||
<i className="fa-brands fa-twitter" />
|
<i className="fa-brands fa-twitter" />
|
||||||
</a>}
|
</a>}
|
||||||
{speaker.github && <a href={'https://github.com/'.concat(speaker.github)}>
|
{speaker.github && <a href={'https://github.com/'.concat(speaker.github)}>
|
||||||
<i className="fa-brands fa-github"/>
|
<i className="fa-brands fa-github" />
|
||||||
</a>}
|
</a>}
|
||||||
</div>
|
</div>
|
||||||
<p>{speaker.biography}</p>
|
<p>{speaker.biography}</p>
|
||||||
|
|
Loading…
Reference in New Issue