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

lizhimins pushed a commit to branch rocketmq-studio
in repository https://gitbox.apache.org/repos/asf/rocketmq-dashboard.git


The following commit(s) were added to refs/heads/rocketmq-studio by this push:
     new 364df7c8 fix(web): declare the Studio favicon (#1910)
364df7c8 is described below

commit 364df7c83e0a1fcd5b9ada36b6f976dbea36255b
Author: aias00 <[email protected]>
AuthorDate: Fri Aug 14 10:51:38 2026 +0800

    fix(web): declare the Studio favicon (#1910)
---
 web/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/web/index.html b/web/index.html
index 11fb8ba5..dce176ec 100644
--- a/web/index.html
+++ b/web/index.html
@@ -3,6 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+  <link rel="icon" type="image/svg+xml" 
href="/src/assets/logos/apache-feather.svg" />
   <title>RocketMQ Studio</title>
 </head>
 <body>

Reply via email to