File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -34,3 +34,4 @@ yarn-debug.log*
3434yarn-error.log *
3535node_modules /
3636server /cli /cli
37+ .env.pg
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
1313 Image ,
1414} from "@chakra-ui/react" ;
1515import { HamburgerIcon , CloseIcon , ChevronDownIcon } from "@chakra-ui/icons" ;
16- import LogoImg from "../../assets/logo.png " ;
16+ import LogoImg from "../../assets/brand.svg " ;
1717
1818interface NavItem {
1919 label : string ;
Original file line number Diff line number Diff line change @@ -849,26 +849,19 @@ export default function CallToActionWithIllustration() {
849849 fontSize = { { base : "3xl" , sm : "4xl" , md : "6xl" } }
850850 lineHeight = "110%"
851851 >
852- Open source tool for
853- < Text as = "span" color = "tomato" >
854- { " " }
852+ Open source tool for{ " " }
853+ < Text as = "span" color = "primary.500" >
855854 Stress Testing
856855 </ Text >
857856 </ Heading >
858857 < Text color = "gray.500" maxW = "3xl" >
859- Loadster allows for the distribution of load tests across numerous
858+ Loadtester allows for the distribution of load tests across numerous
860859 computers, making it possible to simulate millions of concurrent
861860 users.
862861 </ Text >
863862 < Stack spacing = { 6 } direction = "row" >
864863 < RouterLink to = "signin" >
865- < Button
866- rounded = "full"
867- px = { 6 }
868- colorScheme = "orange"
869- bg = "orange.400"
870- _hover = { { bg : "tomato" } }
871- >
864+ < Button rounded = "full" px = { 6 } colorScheme = "primary" >
872865 Login
873866 </ Button >
874867 </ RouterLink >
You can’t perform that action at this time.
0 commit comments