Skip to content

Commit

Permalink
fix(default-layout): add missing link to changelog in github
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanwikner authored and bjoerge committed Mar 28, 2022
1 parent b53b3e2 commit 517648e
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@ export function ChangelogList(props: ChangelogListProps) {

<Flex justify="flex-end">
<Text size={1}>
<a href="#">See full changelog on GitHub</a>
<a
href="https://github.com/sanity-io/sanity/releases"
rel="noreferrer noopener"
target="_blank"
>
See full changelog on GitHub
</a>
</Text>
</Flex>
</Stack>
Expand Down

0 comments on commit 517648e

Please sign in to comment.