Skip to content

Commit

Permalink
Merge pull request #187 from JonasGLund99/185-update-homepage-info-an…
Browse files Browse the repository at this point in the history
…d-images

added images and tuturial video. and navbar border buttom
  • Loading branch information
AsbjoernJC authored May 8, 2024
2 parents 0e1b589 + ac6c8eb commit 4d417f3
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 36 deletions.
Binary file added TimeTrace/public/assets/getstarted_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added TimeTrace/public/assets/getstarted_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added TimeTrace/public/assets/getstarted_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added TimeTrace/public/assets/getstarted_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added TimeTrace/public/assets/getstarted_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added TimeTrace/public/assets/getstarted_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added TimeTrace/public/assets/tutorial.mp4
Binary file not shown.
1 change: 0 additions & 1 deletion TimeTrace/src/assets/logo.svg

This file was deleted.

6 changes: 3 additions & 3 deletions TimeTrace/src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ function Navbar() {
to={item.href}
className={cn(
pathname === item.href
? "bg-[#143D40] text-white"
: "text-gray-300 hover:bg-time-trace hover:text-white",
"rounded-md px-6 py-2 text-sm font-medium"
? "text-white border-b-2 border-white"
: "text-gray-300 hover:bg-time-trace hover:text-white rounded-lg ",
"px-6 py-1 text-sm font-medium"
)}
aria-current={pathname === item.href ? "page" : undefined}
>
Expand Down
77 changes: 45 additions & 32 deletions TimeTrace/src/pages/Home.tsx

Large diffs are not rendered by default.

0 comments on commit 4d417f3

Please sign in to comment.