fix: fix bugs

This commit is contained in:
swve 2023-01-29 19:09:03 +01:00
parent 02a5ed6354
commit e47a9939b5
3 changed files with 4 additions and 3 deletions

View file

@ -20,7 +20,7 @@ export const Menu = (params : any) => {
<LogoArea>
<Logo>
<Image width={25} height={25} src={learnhouseIcon} alt="" />
<Link href={"/"}>
<Link href={getUriWithOrg(orgslug, "/")}>
<Image width={108} height={28} src={learnhouseLogo} alt="" />
</Link>
</Logo>