bbovenzi commented on code in PR #44677:
URL: https://github.com/apache/airflow/pull/44677#discussion_r1871499105
##########
airflow/ui/src/layouts/Nav/UserSettingsButton.tsx:
##########
@@ -60,6 +63,9 @@ export const UserSettingsButton = () => {
<FiClock size="1.25rem" style={{ marginRight: "8px" }} />
{dayjs().tz(selectedTimezone).format("HH:mm z (Z)")}
</Menu.Item>
+ <Menu.Item value="version">
+ Version <a
href={`https://pypi.org/project/apache-airflow/${data?.version}/`}
rel="noreferrer" style={{color: "#365f84"}} target="_blank">{data?.version}</a>
Review Comment:
Let's also the Link component from chakra-ui. See inside of DocsButton for
an example. If you want a color you can just pass `color="fg.info` as a prop
--
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]