Skip to content

Commit 5f059d3

Browse files
committed
Merge branch 'main' into demo
2 parents 3bae33b + 6af057c commit 5f059d3

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ yarn-debug.log*
3434
yarn-error.log*
3535
node_modules/
3636
server/cli/cli
37+
.env.pg

ui/src/pages/Home/Nav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
Image,
1414
} from "@chakra-ui/react";
1515
import { HamburgerIcon, CloseIcon, ChevronDownIcon } from "@chakra-ui/icons";
16-
import LogoImg from "../../assets/logo.png";
16+
import LogoImg from "../../assets/brand.svg";
1717

1818
interface NavItem {
1919
label: string;

ui/src/pages/Home/index.tsx

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)