Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
hotfix: point to correct github repo
  • Loading branch information
webamon-org authored Aug 31, 2024
1 parent 4e93127 commit b6f9f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Console/src/scenes/login/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const AuthenticationPage = () => {
This is an open-source project under the Apache 2.0 License.
</Typography>
<Button
onClick={() => window.open('https://github.com/your-repo-url', '_blank')}
onClick={() => window.open('https://github.com/webamon-org/Democracy', '_blank')}
style={{
backgroundColor: '#FFFFFF', // White background
color: '#000000', // Black text
Expand Down

0 comments on commit b6f9f76

Please sign in to comment.