Skip to content

Commit

Permalink
Merge pull request #108 from vantage-ola/v-alpha.2.2
Browse files Browse the repository at this point in the history
v-alpha.2.2
  • Loading branch information
vantage-ola authored Jul 22, 2024
2 parents 2689f55 + c8e7898 commit d17ef8e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
![Contributors](https://img.shields.io/github/contributors/vantage-ola/track-now?color=green) ![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/vantage-ola/track-now)
![GitHub License](https://img.shields.io/github/license/vantage-ola/track-now)
![GitHub Tag](https://img.shields.io/github/v/tag/vantage-ola/track-now)
![tracknow api](https://img.shields.io/github/actions/workflow/status/vantage-ola/tracknow/workflow.yml)


## Table Of Contents

Expand All @@ -32,8 +34,8 @@
- [License](#license)

## About The Project

![Screen Shot](./tracknow/img/v1.0.0.alpha2.png)
`v1.0.0.alpha2.2`
![Screen Shot](./tracknow/img/v1.0.0.alpha2.2.png)

TRACK NOW is a application by simracers for simracers. A platform to share racing moments with others.

Expand Down
Binary file added tracknow/img/v1.0.0.alpha2.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions tracknow/web/src/components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const NavbarWelcome = () => (
<Box><Link as={ReactRouterLink} to="#" variant={'navbarLink'}><Text fontSize="xl" as="b">tracknow</Text></Link></Box>
<Flex alignItems={'center'}>
<Stack direction={'row'} spacing={4}>
<Text color={'GrayText'}>v-alpha2.1</Text> {/* TODO write function to get from github directly */}
<Text color={'GrayText'}>v-alpha2.2</Text> {/* TODO write function to get from github directly */}
<Link variant={'navbarLink'} as={ReactRouterLink} to={'/create-user'}>signup</Link>
<Link variant={'navbarLink'} as={ReactRouterLink} to={'/login'}>login</Link>

Expand Down Expand Up @@ -59,7 +59,7 @@ export const Navbar = () => (

<Flex alignItems={'center'}>
<Stack direction={'row'} spacing={7}>
<Text color={'GrayText'}>v-alpha2.1</Text> {/* TODO write function to get from github directly */}
<Text color={'GrayText'}>v-alpha2.2</Text> {/* TODO write function to get from github directly */}

</Stack>
</Flex>
Expand Down

0 comments on commit d17ef8e

Please sign in to comment.