Skip to content

Commit

Permalink
Merge pull request #482 from rstudio/dotnomad/remove-temp-menu
Browse files Browse the repository at this point in the history
Remove temp AppMenu menu items
  • Loading branch information
dotNomad authored Dec 8, 2023
2 parents deb9d93 + 7d440a5 commit 7695e58
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions web/src/components/AppMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,39 +36,6 @@
<q-item-section>Dark Mode - auto</q-item-section>
</q-item>
</q-list>
<q-separator />
<q-list
class="q-pa-sm"
>
<q-item
v-close-popup
clickable
class="q-my-sm"
>
<q-item-section>
<router-link
:to="{ name: 'project'}"
style="text-decoration: none; color: inherit;"
>
TEMP - Project Page
</router-link>
</q-item-section>
</q-item>
<q-item
v-close-popup
clickable
class="q-my-sm"
>
<q-item-section>
<router-link
:to="{ name: 'newDeployment', params: { account: 'dogfood' }}"
style="text-decoration: none; color: inherit;"
>
TEMP - New Deployment
</router-link>
</q-item-section>
</q-item>
</q-list>
</q-menu>
</q-btn>
</div>
Expand Down

0 comments on commit 7695e58

Please sign in to comment.