Skip to content

Commit

Permalink
Update GitHubShareButton.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
chusight committed Mar 9, 2022
1 parent f60abab commit ff8af71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/GitHubShareButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import styles from './styles.module.css'
export const GitHubShareButton: React.FC = () => {
return (
<a
href='https://github.com/chusight'
href='https://github.com/chusight/nextjs-notion-starter-kit'
target='_blank'
rel='noopener noreferrer'
className={styles.githubCorner}
Expand Down

0 comments on commit ff8af71

Please sign in to comment.