Skip to content

Commit

Permalink
šŸ”€ Merge pull request #1066 from itsmejoeeey/BUG/1024_Workspace-trailiā€¦
Browse files Browse the repository at this point in the history
ā€¦ng-slash

šŸ› Add trailing slash to quick fix #1064
Fixes #1064
  • Loading branch information
Lissy93 authored Feb 4, 2023
2 parents b177b7d + 8ec5f30 commit dc8e651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Workspace/SideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
</div>
<!-- Show links for switching back to Home / Minimal views -->
<div class="switch-view-buttons">
<router-link to="/home">
<router-link to="/home/">
<IconHome class="view-icon" v-tooltip="$t('alternate-views.default')" />
</router-link>
<router-link to="/minimal">
<router-link to="/minimal/">
<IconMinimalView class="view-icon" v-tooltip="$t('alternate-views.minimal')" />
</router-link>
</div>
Expand Down

0 comments on commit dc8e651

Please sign in to comment.