feat: frontend create & delete collections

This commit is contained in:
swve 2022-12-22 21:18:12 +01:00
parent bca6c3000a
commit ce785fd078
6 changed files with 255 additions and 9 deletions

View file

@ -17,9 +17,7 @@ export const Menu = () => {
<Logo>
<Image width={25} height={25} src={learnhouseIcon} alt="" />
<Link href={"/"}>
<Image width={108} height={28} src={learnhouseLogo} alt="" />
</Link>
</Logo>
<div id="accounts"></div>
@ -32,11 +30,11 @@ export const Menu = () => {
<MenuArea>
<ul>
<li>
<Link href={"/org/" + orgslug + "/courses"}>
Courses
</Link>
<Link href={"/org/" + orgslug + "/courses"}>Courses</Link>
</li>
<li>
<Link href={"/org/" + orgslug + "/collections"}>Collections</Link>
</li>
<li>Collections</li>
<li>Activity</li>
<li>More</li>
</ul>