File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export function LandingPageNavbar({}: LandingPageNavbarProps) {
7
7
const isLoading = useRouterState ( { select : ( s ) => s . status === "pending" } ) ;
8
8
9
9
return (
10
- < header className = "sticky top-0 z-30 flex w-full flex-col items-center justify-between bg-base-200" >
10
+ < header className = "sticky top-0 z-30 flex w-full flex-col items-center justify-between bg-base-200/520 " >
11
11
< nav className = "flex h-full w-full items-center justify-between gap-5 px-5 p-2" >
12
12
< Link to = "/" className = "btn btn-link btn-sm" >
13
13
< img src = "/colabs.png" alt = "logo" className = "h-8 w-fit" />
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { TanStackRouterDevtools } from "./RouterDevttols";
6
6
7
7
export function RootComponent ( ) {
8
8
return (
9
- < div className = "content min-h-screen bg-gradient-to-r from-base-100 via-primary/20 to-base-100 w-full" >
9
+ < div className = "content min-h-screen bg-gradient-to-r from-base-100 via-primary/20 dark:via-primary/20 to-base-100 w-full" >
10
10
< Outlet />
11
11
< ReactQueryDevtools buttonPosition = "bottom-right" />
12
12
< TanStackRouterDevtools position = "bottom-left" />
Original file line number Diff line number Diff line change @@ -17,21 +17,21 @@ export function ToolsSection({}: ToolsSectionProps) {
17
17
< div className = "flex h-full w-full flex-col items-center justify-center p-[3%] md:flex-row" >
18
18
{ /* gamification+ */ }
19
19
< div className = "flex h-full w-full items-center justify-center rounded-xl border-[1px] border-[#294740]" >
20
- < img className = "" src = "/public/ landing-page/gamification.svg" />
20
+ < img className = "" src = "/landing-page/gamification.svg" />
21
21
</ div >
22
22
{ /* community */ }
23
23
< div className = "flex h-full w-full items-center justify-center" >
24
- < img className = "" src = "/public/ landing-page/community.svg" />
24
+ < img className = "" src = "/landing-page/community.svg" />
25
25
</ div >
26
26
</ div >
27
27
</ div >
28
28
< div className = "flex h-full w-full flex-col items-center justify-center p-[3%] md:flex-row" >
29
29
{ /* technologies */ }
30
30
< div className = "flex h-full w-full items-center justify-center" >
31
- < img className = "" src = "/public/ landing-page/tech.svg" />
31
+ < img className = "" src = "/landing-page/tech.svg" />
32
32
</ div >
33
33
< div className = "flex h-full w-full items-center justify-center" >
34
- < img className = "" src = "/public/ landing-page/teams.svg" />
34
+ < img className = "" src = "/landing-page/teams.svg" />
35
35
</ div >
36
36
</ div >
37
37
</ div >
You can’t perform that action at this time.
0 commit comments