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

bbovenzi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 588d99c2d75 Fix favicon and tab title (#48410)
588d99c2d75 is described below

commit 588d99c2d75edd72780f225c97f17354e3d8439d
Author: Brent Bovenzi <[email protected]>
AuthorDate: Wed Mar 26 14:02:54 2025 -0400

    Fix favicon and tab title (#48410)
---
 .../src/airflow/api_fastapi/auth/managers/simple/ui/dev/index.html    | 4 ++--
 .../src/airflow/api_fastapi/auth/managers/simple/ui/index.html        | 2 +-
 airflow-core/src/airflow/ui/dev/index.html                            | 4 ++--
 airflow-core/src/airflow/ui/index.html                                | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/dev/index.html 
b/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/dev/index.html
index 5e96718fd5d..8583865d579 100644
--- 
a/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/dev/index.html
+++ 
b/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/dev/index.html
@@ -4,7 +4,7 @@
   <head>
     <meta charset="UTF-8" />
     <base href="{{ backend_server_base_url }}" />
-    <link rel="icon" type="image/png" 
href="http://localhost:5174/api/v2/pin_32.png"; />
+    <link rel="icon" type="image/png" href="http://localhost:5174/pin_32.png"; 
/>
     <script type="module" src="http://localhost:5174/@vite/client";></script>
     <script type="module">
       import RefreshRuntime from "http://localhost:5174/@react-refresh";;
@@ -15,7 +15,7 @@
       window.__vite_plugin_react_preamble_installed__ = true;
     </script>
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Airflow 3.0</title>
+    <title>Airflow</title>
   </head>
   <body style="height: 100%">
     <div id="root" style="height: 100%"></div>
diff --git 
a/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/index.html 
b/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/index.html
index effbf25f981..eb116425256 100644
--- a/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/index.html
+++ b/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/index.html
@@ -5,7 +5,7 @@
     <base href="{{ backend_server_base_url }}" />
     <link rel="icon" type="image/png" href="/pin_32.png" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Airflow 3.0</title>
+    <title>Airflow</title>
   </head>
   <body style="height: 100%">
     <div id="root" style="height: 100%"></div>
diff --git a/airflow-core/src/airflow/ui/dev/index.html 
b/airflow-core/src/airflow/ui/dev/index.html
index 7bdb53af1f8..f77a08175d1 100644
--- a/airflow-core/src/airflow/ui/dev/index.html
+++ b/airflow-core/src/airflow/ui/dev/index.html
@@ -4,7 +4,7 @@
   <head>
     <meta charset="UTF-8" />
     <base href="{{ backend_server_base_url }}" />
-    <link rel="icon" type="image/png" 
href="http://localhost:5173/api/v2/pin_32.png"; />
+    <link rel="icon" type="image/png" href="http://localhost:5173/pin_32.png"; 
/>
     <script type="module" src="http://localhost:5173/@vite/client";></script>
     <script type="module">
       import RefreshRuntime from "http://localhost:5173/@react-refresh";;
@@ -15,7 +15,7 @@
       window.__vite_plugin_react_preamble_installed__ = true;
     </script>
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Airflow 3.0</title>
+    <title>Airflow</title>
   </head>
   <body style="height: 100%">
     <div id="root" style="height: 100%"></div>
diff --git a/airflow-core/src/airflow/ui/index.html 
b/airflow-core/src/airflow/ui/index.html
index 16044ec6653..a50bf3350bc 100644
--- a/airflow-core/src/airflow/ui/index.html
+++ b/airflow-core/src/airflow/ui/index.html
@@ -5,7 +5,7 @@
     <base href="{{ backend_server_base_url }}" />
     <link rel="icon" type="image/png" href="/static/pin_32.png" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Airflow 3.0</title>
+    <title>Airflow</title>
   </head>
   <body style="height: 100%">
     <div id="root" style="height: 100%"></div>

Reply via email to