change h2 to h1

This commit is contained in:
Viktor Rådberg
2023-10-01 18:57:02 +02:00
parent def8bc7b00
commit 294fe94df7
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ import { useAnalytics } from '../../../Hooks/useAnalytics';
import { Cog, Info } from '../../../Icons/generated';
import { InfoModal } from '../../Misc/InfoModal';
import { SupportMe } from '../../Misc/SupportMe';
import { H2, Paragraph } from '../../Misc/TextComponents';
import { H1, Paragraph } from '../../Misc/TextComponents';
import LayoutOptions from './LayoutOptions';
import { Spacer } from '../../Misc/Spacer';
import { usePlayers } from '../../../Hooks/usePlayers';
@@ -212,7 +212,7 @@ const Start = () => {
<SupportMe />
<H2>Life Trinket</H2>
<H1>Life Trinket</H1>
<FormControl focused={false} style={{ width: '80vw' }}>
<FormLabel>Number of Players</FormLabel>
<Slider