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

v-alpha.2.2 #108

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading