Skip to content

Commit

Permalink
Fix Add Your Company link. Resolves #612 (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning authored Jan 3, 2024
1 parent 455f1c3 commit 2256116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Showcase/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const Showcase = ({ showAll }) => {
<>
<p>Are you using this project?</p>
<a
href={`${siteConfig.customFields.repoUrl}/edit/master/website/src/data/users.js`}
href={`${siteConfig.customFields.repoUrl}/edit/master/src/data/users.js`}
className="button">
Add your company
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Sponsors/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const Sponsors = ({ showAll }) => {
<>
<p>Are you sponsoring this project?</p>
<a
href={`${siteConfig.customFields.repoUrl}/edit/master/website/src/data/sponsors.js`}
href={`${siteConfig.customFields.repoUrl}/edit/master/src/data/sponsors.js`}
className="button">
Add your company
</a>
Expand Down

0 comments on commit 2256116

Please sign in to comment.