Skip to content

Commit

Permalink
updated splash page
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Oct 6, 2023
1 parent f082cf4 commit 683f722
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions electron/ui/src/views/SplashPage/SplashPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ export default function SplashPage() {
</Grid>
<Grid item xs={2}> </Grid>

<Grid item xs={5}> </Grid>
<Grid item xs={2}>
<Grid item xs={3}> </Grid>
<Grid item xs={6}>
<Box>
<p style={{paddingTop:0, marginTop: 0, color:"#9c9c9c"}}>v 1.0.0</p>
<p style={{paddingTop:0, marginTop: 0, color:"#9c9c9c"}}>v23.10.06 (WaterTAP v0.10.0)</p>
</Box>
</Grid>
<Grid item xs={5}> </Grid>
<Grid item xs={3}> </Grid>

<Grid item xs={1}> </Grid>
<Grid item xs={10}>
Expand Down

0 comments on commit 683f722

Please sign in to comment.