ryanahamilton commented on code in PR #57455:
URL: https://github.com/apache/airflow/pull/57455#discussion_r2472585377


##########
airflow-core/src/airflow/ui/src/layouts/Nav/Nav.tsx:
##########
@@ -140,36 +140,35 @@ export const Nav = () => {
       height="100%"
       justifyContent="space-between"
       position="fixed"
-      py={3}
+      py={1}
       top={0}
-      width={20}
+      width={16}
       zIndex={2}
     >
-      <Flex alignItems="center" flexDir="column" width="100%">
-        <Box mb={3}>
-          <NavLink to="/">
-            <AirflowPin
+      <Flex alignItems="center" flexDir="column" width="100%" gap={1}>
+        <Box asChild boxSize={14} display="flex" alignItems="center" 
justifyContent="center">
+          <Link to="/" title={translate("nav.home")}>
+            <AirflowPin 

Review Comment:
   Ah, I had used GitHub's browser conflict resolution—doesn't handle the easy 
stuff very well.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to