Skip to content

Commit a8cfcb9

Browse files
authoredFeb 9, 2021
Updated to v2.1
1 parent ce4d591 commit a8cfcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ui/header/Header.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const Header: React.FunctionComponent<Props> = () => {
1414
<a href='/'>
1515
<Logo size='xxl'></Logo>
1616
</a>
17-
<h1>Jump App v2.0 DEV</h1>
17+
<h1>Jump App v2.1 DEV</h1>
1818
</div>
1919
</>
2020
);

0 commit comments

Comments
 (0)
Please sign in to comment.