diff --git a/front/src/components/PageNotFound.vue b/front/src/components/PageNotFound.vue index 5b91d2a47bb592e9b331e7839d82ebd8699c9705..bdee7db9ff1a7df6b0402096d857642c098a8fc9 100644 --- a/front/src/components/PageNotFound.vue +++ b/front/src/components/PageNotFound.vue @@ -11,7 +11,7 @@ <p><translate :translate-context="'Content/*/Paragraph'">Sorry, the page you asked for does not exist:</translate></p> <a :href="path">{{ path }}</a> <div class="ui hidden divider"></div> - <router-link class="ui icon button" to="/"> + <router-link class="ui icon labeled right button" to="/"> <translate :translate-context="'Content/*/Button.Label/Verb'">Go to home page</translate> <i class="right arrow icon"></i> </router-link>