This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch staging-site
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


The following commit(s) were added to refs/heads/staging-site by this push:
     new 63c2a873f Homepage: fix 404 broken image for YOTTA (#364)
63c2a873f is described below

commit 63c2a873f5d191250c21f798c59d0bec8528ce01
Author: John Bampton <[email protected]>
AuthorDate: Wed Sep 24 19:41:24 2025 +1000

    Homepage: fix 404 broken image for YOTTA (#364)
---
 src/pages/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 460cc278c..045c0ee32 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -38,7 +38,7 @@ Apache CloudStack™  is an open-source software system 
designed to deploy and m
           <img src="/img/brainboard.png" height="25" alt=""/>
           <img src="/img/ntt.svg" height="18" alt=""/>
           <img src="/img/leaseweb.svg" height="25" alt=""/>
-          <img src="/img/logo-yotta .png" height="20" alt=""/>
+          <img src="/img/logo-yotta.png" height="20" alt=""/>
           <img src="/img/Logo_arsat.png" height="20" alt=""/>
           <img src="/img/we_systems.svg" height="50" alt=""/>
           <img src="/img/AT&T_logo_2016.svg" height="38" alt=""/>

Reply via email to