diff --git a/content/footer/_index.md b/content/footer/_index.md
index 35d7afa70..cc3cf7c26 100644
--- a/content/footer/_index.md
+++ b/content/footer/_index.md
@@ -26,7 +26,7 @@ extra:
|||
-##### TALK TO HUMANS
+##### TALK TO HUMANS
diff --git a/content/header/index.md b/content/header/index.md
index f668206e1..a630092a7 100644
--- a/content/header/index.md
+++ b/content/header/index.md
@@ -3,7 +3,7 @@ title: "Header"
insert_anchor_links: "left"
template: "partials/header.html"
extra:
- logoPath: "images/white_threefold.png"
+ logoPath: "images/new_logo_tft.png"
---
diff --git a/css/index.css b/css/index.css
index bbb7d986e..17ada12d4 100644
--- a/css/index.css
+++ b/css/index.css
@@ -281,6 +281,7 @@ background-color:#5596f5 !important;
h5 {
@apply text-lg my-1 tracking-normal font-medium;
font-family: "Inter", sans-serif !important;
+ color: #fff !important
}
h6 {
@apply text-md not-italic font-normal my-1;
diff --git a/static/images/new_logo_tft.png b/static/images/new_logo_tft.png
new file mode 100644
index 000000000..ba2214584
Binary files /dev/null and b/static/images/new_logo_tft.png differ
diff --git a/templates/_default/base.html b/templates/_default/base.html
index c3fd6c42d..3e626f4cb 100644
--- a/templates/_default/base.html
+++ b/templates/_default/base.html
@@ -3,7 +3,7 @@
{% include "partials/head.html" %}
{% include "partials/header.html" %}
-