Update NotFound.vue

pull/3260/head
ITQ 2 years ago committed by GitHub
parent 8884c2108b
commit dfc6e5ea5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@
<ul> <ul>
<li>{{ $t("Retype the address.") }}</li> <li>{{ $t("Retype the address.") }}</li>
<li><a href="#" class="go-back" @click="goBack()">{{ $t("Go back to the previous page.") }}</a></li> <li><a href="#" class="go-back" @click="goBack()">{{ $t("Go back to the previous page.") }}</a></li>
<li><a href="/" class="go-back">Go back to home page.</a></li> <li><a href="/" class="go-back">{{ $t("Go back to home page.") }}</a></li>
</ul> </ul>
</div> </div>
</div> </div>

Loading…
Cancel
Save