Skip to content

Commit

Permalink
Fix πŸ›: FAQ references to Github repo (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
x-504 authored Jan 10, 2025
1 parent 9426ce9 commit 2a60c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/solid/FaqAccordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const content = [
{
id: '5',
question: 'How can I contribute to Gitify?',
answer: `You can contribute to Gitify by opening an issue or pull request on GitHub at [${siteMetadata.repo}](https://github.com/${siteMetadata.repo}).\n\nCheck out our [open issues](https://github.com/${siteMetadata.repo}/issues) and see if there is any existing ideas that you would like to work on.`,
answer: `You can contribute to Gitify by opening an issue or pull request on GitHub at [${siteMetadata.repo.fullName}](https://github.com/${siteMetadata.repo.fullName}).\n\nCheck out our [open issues](https://github.com/${siteMetadata.repo.fullName}/issues) and see if there is any existing ideas that you would like to work on.`,
},
];

Expand Down

0 comments on commit 2a60c94

Please sign in to comment.