Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
"Up" link instead of "Home" to avoid confusion.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelloPerathoner committed Sep 13, 2019
1 parent f818f13 commit 8de9296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/page_header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<div class="login-nav container d-flex flex-row justify-content-end bs-docs-container">
<a v-if="home_url" :href="home_url">Home</a>
<router-link v-else :to="{ name : 'index' }">Home</router-link>
<router-link v-else :to="{ name : 'index' }">Up</router-link>
&#xa0; | &#xa0;
<a href="/pdfs/GenQ4_Guide.pdf" target="_blank">Short Guide (PDF)</a>
<template v-if="this.$store.getters.is_logged_in">
Expand Down

0 comments on commit 8de9296

Please sign in to comment.