Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #11

Merged
merged 14 commits into from
Feb 7, 2022
Prev Previous commit
Next Next commit
Updated Jump App version to v2.3
acidonper authored Feb 6, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 1a3729befc7bc8c0a69fab2e9f276102df87fc3d
2 changes: 1 addition & 1 deletion src/ui/header/Header.tsx
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ export const Header: React.FunctionComponent<Props> = () => {
<a href='/'>
<Logo size='xxl'></Logo>
</a>
<h1>Jump App v2.2 DEV</h1>
<h1>Jump App v2.3 DEV</h1>
</div>
</>
);