diff --git a/frontend/resources/styles/main/layouts/not-found.scss b/frontend/resources/styles/main/layouts/not-found.scss index c1d64ea06..8b14d9862 100644 --- a/frontend/resources/styles/main/layouts/not-found.scss +++ b/frontend/resources/styles/main/layouts/not-found.scss @@ -54,5 +54,9 @@ font-weight: 300; text-align: center; } + + .btn-primary { + margin-top: $x-big; + } } diff --git a/frontend/src/uxbox/main/ui/not_found.cljs b/frontend/src/uxbox/main/ui/not_found.cljs index 96a8d4782..ccd18fedd 100644 --- a/frontend/src/uxbox/main/ui/not_found.cljs +++ b/frontend/src/uxbox/main/ui/not_found.cljs @@ -22,4 +22,6 @@ [:div.message-container [:div.error-img i/icon-empty] [:div.main-message "404"] - [:div.desc-message "Oops! Page not found"]]]]) + [:div.desc-message "Oops! Page not found"] + [:a.btn-primary.btn-small "Go back"]]]]) +