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

pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new 998ced2  SUBMARINE-996. Submarine logo 404 not found
998ced2 is described below

commit 998ced28bb553ad8753f9d73b5f3d20c1ccb7222
Author: MortalHappiness <b07901...@ntu.edu.tw>
AuthorDate: Fri Aug 27 15:41:50 2021 +0800

    SUBMARINE-996. Submarine logo 404 not found
    
    ### What is this PR for?
    
    The submarine logo image cannot be loaded on submarine.apache.org
    
    
![image](https://user-images.githubusercontent.com/47914085/131091594-73756df1-ed08-4099-90d6-e196623c34d2.png)
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    
    ### What is the Jira issue?
    
    
https://issues.apache.org/jira/projects/SUBMARINE/issues/SUBMARINE-996?filter=myopenissues
    
    ### How should this be tested?
    
    ### Screenshots (if appropriate)
    
    Fixed:
    
![image](https://user-images.githubusercontent.com/47914085/131091550-16089890-e703-4868-bac8-54087903eec2.png)
    
    ### Questions:
    * Do the license files need updating? No
    * Are there breaking changes for older versions? No
    * Does this need new documentation? No
    
    Author: MortalHappiness <b07901...@ntu.edu.tw>
    
    Signed-off-by: Kevin <pings...@apache.org>
    
    Closes #726 from MortalHappiness/SUBMARINE-996 and squashes the following 
commits:
    
    d6f46118 [MortalHappiness] SUBMARINE-996. Submarine logo 404 not found
---
 website/docusaurus.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 4c2cf90..f29696c 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -32,7 +32,7 @@ module.exports = {
       title: 'Apache Submarine',
       logo: {
         alt: 'Apache Submarine Site Logo',
-        src: 
'https://github.com/apache/submarine/blob/master/website/docs/assets/128-black.png?raw=true',
+        src: 'img/icons/128.png',
       },
       items: [
         {

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org

Reply via email to