ソースを参照

novi git repo

Stefan Pejcic 1 年間 前
コミット
b9c43544e9
1 ファイル変更2 行追加2 行削除
  1. 2 2
      documentation/src/refine-theme/common-header/menu.tsx

+ 2 - 2
documentation/src/refine-theme/common-header/menu.tsx

@@ -41,7 +41,7 @@ export const Menu: React.FC = () => {
                                         ))}
                                     </div>
                                     <Link
-                                        to="https://github.com/"
+                                        to="https://github.com/stefanpejcic/openpanel/"
                                         className="no-underline"
                                     >
                                         <div
@@ -97,7 +97,7 @@ export const Menu: React.FC = () => {
                                         </div>
                                         <div className="flex gap-4">
                                             <Link
-                                                to="https://github.com/"
+                                                to="https://github.com/stefanpejcic/openpanel/"
                                                 className={clsx(
                                                     "no-underline",
                                                     "hover:text-inherit",