From fb867ebd47618a3cc42d75ebc16229eea43cc585 Mon Sep 17 00:00:00 2001 From: lee Date: Wed, 7 May 2025 10:38:08 -0400 Subject: [PATCH] Add a link to the Airflow logo in Nav --- airflow-core/src/airflow/ui/src/layouts/Nav/Nav.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/airflow-core/src/airflow/ui/src/layouts/Nav/Nav.tsx b/airflow-core/src/airflow/ui/src/layouts/Nav/Nav.tsx index 1d5f9de9e6600..2b206591a72eb 100644 --- a/airflow-core/src/airflow/ui/src/layouts/Nav/Nav.tsx +++ b/airflow-core/src/airflow/ui/src/layouts/Nav/Nav.tsx @@ -18,6 +18,7 @@ */ import { Box, Flex, VStack } from "@chakra-ui/react"; import { FiDatabase, FiHome } from "react-icons/fi"; +import { NavLink } from "react-router-dom"; import { useAuthLinksServiceGetAuthMenus, useVersionServiceGetVersion } from "openapi/queries"; import { AirflowPin } from "src/assets/AirflowPin"; @@ -50,7 +51,9 @@ export const Nav = () => { > - + + + } title="Home" to="/" />