mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 16:16:11 +02:00
Add new error page design
This commit is contained in:
parent
dd34907f5c
commit
0dd8c66ce4
5 changed files with 27 additions and 3 deletions
|
@ -49,6 +49,8 @@
|
|||
(def grid (icon-xref :grid))
|
||||
(def grid-snap (icon-xref :grid-snap))
|
||||
(def icon-set (icon-xref :icon-set))
|
||||
(def icon-lock (icon-xref :icon-lock))
|
||||
(def icon-empty (icon-xref :icon-empty))
|
||||
(def image (icon-xref :image))
|
||||
(def infocard (icon-xref :infocard))
|
||||
(def layers (icon-xref :layers))
|
||||
|
|
|
@ -20,5 +20,6 @@
|
|||
[:div.not-found-header i/logo]
|
||||
[:div.not-found-content
|
||||
[:div.message-container
|
||||
[:div.error-img i/icon-empty]
|
||||
[:div.main-message "404"]
|
||||
[:div.desc-message "Oops! Page not found"]]]])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue