Skip to content

Commit

Permalink
chore: change the contribute button to the contribution guide (#615)
Browse files Browse the repository at this point in the history
Signed-off-by: Atomys <[email protected]>
  • Loading branch information
42atomys authored Jul 24, 2024
1 parent 2e581a0 commit bc51493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/ui/src/lib/github.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export const Star = ({
export const Contribute = (): JSX.Element => {
return (
<a
href={`https://github.com/${PROJECT_PATH}`}
href={`https://github.com/${PROJECT_PATH}/blob/main/CONTRIBUTING.md`}
target="_blank"
className="px-2 py-1 bg-slate-300 dark:bg-slate-950 rounded-md border dark:border-slate-700 text-slate-600 dark:text-slate-300"
rel="noreferrer"
Expand Down

0 comments on commit bc51493

Please sign in to comment.