Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
jwyce committed Jun 19, 2021
1 parent 2f3ecd6 commit c4df1dd
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/components/game/Login.tsx
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ export const Login: React.FC<LoginProps> = ({
<HeroParticles />

<Title size="large">Gungi.io</Title>
<Subtitle style={{ margin: '0' }}>v1.0.8.2</Subtitle>
<Subtitle style={{ margin: '0' }}>v1.0.8.1</Subtitle>
<img
src={accountIcon}
alt="account"
2 changes: 1 addition & 1 deletion client/src/pages/Home.tsx
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ export const Home: React.FC<HomeProps> = ({ history }) => {
<Wrapper>
<HeroParticles />
<Title size="large">Gungi.io</Title>
<Subtitle style={{ margin: '0' }}>v1.0.8.2</Subtitle>
<Subtitle style={{ margin: '0' }}>v1.0.8.1</Subtitle>
<Subtitle>
"You should enjoy the little detours to the fullest. Because that's
where you'll find things more important than what you want." - Ging

0 comments on commit c4df1dd

Please sign in to comment.