mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-14 15:07:59 +00:00
change h2 to h1
This commit is contained in:
@@ -6,6 +6,6 @@ export const Paragraph = styled.p`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
// eslint-disable-next-line react-refresh/only-export-components
|
// eslint-disable-next-line react-refresh/only-export-components
|
||||||
export const H2 = styled.h2`
|
export const H1 = styled.h1`
|
||||||
color: ${theme.palette.text.primary};
|
color: ${theme.palette.text.primary};
|
||||||
`;
|
`;
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import { useAnalytics } from '../../../Hooks/useAnalytics';
|
|||||||
import { Cog, Info } from '../../../Icons/generated';
|
import { Cog, Info } from '../../../Icons/generated';
|
||||||
import { InfoModal } from '../../Misc/InfoModal';
|
import { InfoModal } from '../../Misc/InfoModal';
|
||||||
import { SupportMe } from '../../Misc/SupportMe';
|
import { SupportMe } from '../../Misc/SupportMe';
|
||||||
import { H2, Paragraph } from '../../Misc/TextComponents';
|
import { H1, Paragraph } from '../../Misc/TextComponents';
|
||||||
import LayoutOptions from './LayoutOptions';
|
import LayoutOptions from './LayoutOptions';
|
||||||
import { Spacer } from '../../Misc/Spacer';
|
import { Spacer } from '../../Misc/Spacer';
|
||||||
import { usePlayers } from '../../../Hooks/usePlayers';
|
import { usePlayers } from '../../../Hooks/usePlayers';
|
||||||
@@ -212,7 +212,7 @@ const Start = () => {
|
|||||||
|
|
||||||
<SupportMe />
|
<SupportMe />
|
||||||
|
|
||||||
<H2>Life Trinket</H2>
|
<H1>Life Trinket</H1>
|
||||||
<FormControl focused={false} style={{ width: '80vw' }}>
|
<FormControl focused={false} style={{ width: '80vw' }}>
|
||||||
<FormLabel>Number of Players</FormLabel>
|
<FormLabel>Number of Players</FormLabel>
|
||||||
<Slider
|
<Slider
|
||||||
|
|||||||
Reference in New Issue
Block a user