novi git repo

This commit is contained in:
Stefan Pejcic 2024-02-05 11:15:22 +01:00
parent 71f18ac60d
commit b9c43544e9

View file

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