Skip to content

Commit

Permalink
fix sidebar github url
Browse files Browse the repository at this point in the history
  • Loading branch information
caioricciuti committed May 16, 2024
1 parent 4b3e5a3 commit 4c3bec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function Sidebar() {
onClick={() => {
// new blank window with the url
window.open(
"https://github.com/caioricciuti/click-house-ui",
"https://github.com/caioricciuti/ch-ui",
"_blank"
);
}}
Expand Down

0 comments on commit 4c3bec3

Please sign in to comment.