Skip to content

Commit

Permalink
fix: stars repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Nov 3, 2023
1 parent e3b80ad commit ebee4e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/website/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ export default function Header() {
</ChakraLink>

<Box display="flex" gap={5} alignItems="end">
<GitHubButton href="https://github.com/buttons/github-buttons"
<GitHubButton href="https://github.com/my-folder-online/my-folder-online"
data-icon="octicon-star"
data-size="large"
data-show-count="true"
aria-label="Star buttons/github-buttons on GitHub">
aria-label="Star My-folder-Online on GitHub">
Star
</GitHubButton>
<IconButton aria-label={'Toggle theme'} onClick={toggleColorMode} rounded={'100%'} icon={
Expand Down

0 comments on commit ebee4e8

Please sign in to comment.