landing page html

pull/120/head
joneugster 1 year ago
parent ae5413f82e
commit 4ca570e232

@ -57,6 +57,7 @@ function GameTile({
<div className="long description"><Markdown>{description}</Markdown></div> <div className="long description"><Markdown>{description}</Markdown></div>
</div> </div>
<table className="info"> <table className="info">
<tbody>
<tr> <tr>
<td title="consider playing these games first.">Prerequisites</td> <td title="consider playing these games first.">Prerequisites</td>
<td><Markdown>{prereq}</Markdown></td> <td><Markdown>{prereq}</Markdown></td>
@ -73,6 +74,7 @@ function GameTile({
<td>Language</td> <td>Language</td>
<td title={`in ${language}`}>{flag[language]}</td> <td title={`in ${language}`}>{flag[language]}</td>
</tr> </tr>
</tbody>
</table> </table>
</div> </div>

Loading…
Cancel
Save