diff --git a/src/components/Sidebar.jsx b/src/components/Sidebar.jsx index 55d1b0b..442caff 100644 --- a/src/components/Sidebar.jsx +++ b/src/components/Sidebar.jsx @@ -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" ); }}