dauinh commented on code in PR #44677:
URL: https://github.com/apache/airflow/pull/44677#discussion_r1872303488
##########
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:
I see that there is a link for stable version
`https://airflow.apache.org/docs/apache-airflow/stable/index.html`. Should I
link to this one instead?
--
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]