Skip to content

Commit

Permalink
fix: fix github icon pointing to twitter while logged out (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Apr 11, 2022
1 parent a834174 commit c1eabf3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nice-mangos-bake.md
@@ -0,0 +1,5 @@
---
'@sigle/app': patch
---

Fix the github icon pointing to twitter while logged out.
2 changes: 1 addition & 1 deletion sigle/src/modules/layout/components/AppHeader.tsx
Expand Up @@ -213,7 +213,7 @@ export const AppHeader = () => {
</IconButton>
<IconButton
as="a"
href={sigleConfig.twitterUrl}
href={sigleConfig.githubUrl}
target="_blank"
rel="noreferrer"
>
Expand Down

0 comments on commit c1eabf3

Please sign in to comment.