Skip to content

Commit

Permalink
Move version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemoldrup committed Nov 22, 2023
1 parent ba221e5 commit 16ee804
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions company-id-gui/src/components/App/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ function App() {
<img src="/ccd-logo.svg" className="mb-4" width={100} height={100} alt="Concordium logo" />
{menuItem === null ? (
<>
<div className="d-flex align-items-baseline">
<h1 className="mb-4">Concordium Company ID</h1> <span className="ms-2">v. {version}</span>
</div>
<h1 className="mb-4">Concordium Company ID</h1>
<div className="mb-3" style={{ width: 500 }}>
<InputGroup className="mb-3">
<InputGroup.Text>Network</InputGroup.Text>
Expand Down Expand Up @@ -109,6 +107,7 @@ function App() {
Identity Recovery
</Button>
</div>
<span className="ms-auto text-body text-opacity-25">v. {version}</span>
</>
) : menuItem === MenuItem.RequestIdentity ? (
<RequestIdentity goHome={() => setMenuItem(null)} network={network} />
Expand Down

0 comments on commit 16ee804

Please sign in to comment.