mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-07-13 23:34:34 +00:00
Basic game stub
This commit is contained in:
parent
5394982541
commit
a57800e3a4
5 changed files with 84 additions and 54 deletions
|
|
@ -7,6 +7,7 @@ const FrameHeading = (props) => {
|
|||
<h1 className="text-lg leading-6 font-semibold text-gray-900">
|
||||
{props.heading}
|
||||
</h1>
|
||||
{ props.gametype ? props.gametype : ''}
|
||||
</div>
|
||||
</header>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue