Skip to content

Commit

Permalink
Merge pull request #784 from PlanoramaEvents/PLAN-815-fix-about-link
Browse files Browse the repository at this point in the history
fix about link
  • Loading branch information
Gailbear authored Feb 2, 2023
2 parents 7fc60ec + 71ecfce commit 83e9a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/navbar/top-navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<b-navbar-nav class="ml-auto">
<b-nav-form>
<help-link></help-link>
<a href="https://chicagoworldcon.github.io/planorama" target="_blank" class="btn btn-link text-light my-2 my-sm-0 mx-2">About</a>
<a href="https://planoramaevents.github.io/planorama" target="_blank" class="btn btn-link text-light my-2 my-sm-0 mx-2">About</a>
<!-- TODO logout button -->
<b-button v-if="loggedIn" @click="logout" variant="primary">Logout</b-button>
</b-nav-form>
Expand Down

0 comments on commit 83e9a91

Please sign in to comment.