mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 05:01:39 +02:00
add main nav bar
This commit is contained in:
parent
8f30151b31
commit
c62425cbc8
2 changed files with 40 additions and 3 deletions
|
@ -13,9 +13,15 @@
|
|||
[:header#main-bar.main-bar
|
||||
[:div.main-logo
|
||||
(nav/link "/" i/logo)]
|
||||
[:ul
|
||||
[:li "foo"]
|
||||
[:li "bar"]]
|
||||
[:ul.main-nav
|
||||
[:li
|
||||
[:a {:href "/"} "PROJECTS"]]
|
||||
[:li.current
|
||||
[:a {:href "/elements"} "ELEMENTS"]]
|
||||
[:li
|
||||
[:a {:href "/icons"} "ICONS"]]
|
||||
[:li
|
||||
[:a {:href "/colors"} "COLORS"]]]
|
||||
(ui.u/user)]))
|
||||
|
||||
(def ^:static header
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue