mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: frontend create & delete collections
This commit is contained in:
parent
bca6c3000a
commit
ce785fd078
6 changed files with 255 additions and 9 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue