diff --git a/Interface/src/Components/about/about.component.html b/Interface/src/Components/about/about.component.html index 89e5b545..fbb6908a 100644 --- a/Interface/src/Components/about/about.component.html +++ b/Interface/src/Components/about/about.component.html @@ -1,7 +1,7 @@
- team + team

diff --git a/Interface/src/Components/footer/footer.component.css b/Interface/src/Components/footer/footer.component.css index 6370a188..e41309d1 100644 --- a/Interface/src/Components/footer/footer.component.css +++ b/Interface/src/Components/footer/footer.component.css @@ -1,5 +1,5 @@ .cta-section { - background: url('../../assets/hero-bg.png'); + background: url('../../assets/hero-bg.webp'); background-repeat: no-repeat; background-position: right; background-color: #0a2640; @@ -144,4 +144,4 @@ .cta-section { width: 90%; } -} \ No newline at end of file +} diff --git a/Interface/src/Components/footer/footer.component.html b/Interface/src/Components/footer/footer.component.html index 1ea784b5..e3551b65 100644 --- a/Interface/src/Components/footer/footer.component.html +++ b/Interface/src/Components/footer/footer.component.html @@ -13,7 +13,7 @@

{{ 'FOOTER_SUBSCRIBE_TITLE' | translate }}

- Description + Description
diff --git a/Interface/src/Components/navbar/navbar.component.html b/Interface/src/Components/navbar/navbar.component.html index 94213fcf..de382c82 100644 --- a/Interface/src/Components/navbar/navbar.component.html +++ b/Interface/src/Components/navbar/navbar.component.html @@ -1,6 +1,6 @@