-
+
diff --git a/locust/webui/public/assets/favicon.ico b/locust/webui/public/assets/favicon.ico
deleted file mode 100644
index b2d458d9f7..0000000000
Binary files a/locust/webui/public/assets/favicon.ico and /dev/null differ
diff --git a/locust/webui/public/assets/favicon.png b/locust/webui/public/assets/favicon.png
new file mode 100644
index 0000000000..7acdbc4049
Binary files /dev/null and b/locust/webui/public/assets/favicon.png differ
diff --git a/locust/webui/src/assets/Logo.tsx b/locust/webui/src/assets/Logo.tsx
new file mode 100644
index 0000000000..cda5efb899
--- /dev/null
+++ b/locust/webui/src/assets/Logo.tsx
@@ -0,0 +1,49 @@
+export default function Logo({
+ isDarkMode,
+ lightModeBackgroundColor = '#15803d',
+}: {
+ isDarkMode: boolean;
+ lightModeBackgroundColor?: string;
+}) {
+ return (
+
+ );
+}
diff --git a/locust/webui/src/assets/logo.png b/locust/webui/src/assets/logo.png
deleted file mode 100644
index 9f4651b5b1..0000000000
Binary files a/locust/webui/src/assets/logo.png and /dev/null differ
diff --git a/locust/webui/src/components/Layout/Footer/About.tsx b/locust/webui/src/components/Layout/Footer/About.tsx
index 951c6f146c..2abdd2126b 100644
--- a/locust/webui/src/components/Layout/Footer/About.tsx
+++ b/locust/webui/src/components/Layout/Footer/About.tsx
@@ -22,23 +22,29 @@ export default function About() {
Locust is free and open source software released under the{' '}
- MIT License
+ MIT License
It was originally developed by Carl Byström and{' '}
- Jonatan Heyman. Since 2019, it
- is primarily maintained by Lars Holmberg
- .
+ Jonatan Heyman. Since 2019, it is
+ primarily maintained by Lars Holmberg.
Many thanks to all our wonderful{' '}
-
- contributors
-
- !
+ contributors!
+
+
+ Need help getting started?
+
+ Locust Cloud gives you access to hosted, easily
+ scalable, and distributed load generation, as well as advanced reporting — all while
+ preserving the flexible “it’s just Python” approach to load test scripting that Locust
+ provides
+
+
Version
@@ -54,7 +60,10 @@ export default function About() {
GitHub
- Documentation
+ Documentation
+
+
+ Blog