Fix formatting

This commit is contained in:
Vencislav Atanasov 2024-10-01 20:13:59 +03:00
parent ff9fbf50a2
commit 97e9a15d9e
1 changed files with 2 additions and 2 deletions

View File

@ -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>