Skip to content

Commit

Permalink
Make the release point to the github release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Jan 30, 2024
1 parent 7b9f82e commit 050b6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_ui/frontend/components/layout/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const PelicanSpeedDial = () => {
<Box pl={1}>
<Tooltip title={"Active Version"} arrow>
<Paper elevation={2} sx={{ bgcolor: "primary.light", borderRadius: "20px", "&:hover": {bgcolor: "white"}}}>
<Button sx={{fontSize: "16px", color: "black"}} href={"https://github.com/PelicanPlatform/pelican/releases"}>
<Button sx={{fontSize: "16px", color: "black"}} href={`https://github.com/PelicanPlatform/pelican/releases/tag/v${getVersionNumber()}`}>
{getVersionNumber()}
</Button>
</Paper>
Expand Down

0 comments on commit 050b6ee

Please sign in to comment.