Skip to content

Commit

Permalink
webui: disable navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Mar 7, 2024
1 parent 2a97a6b commit 8489dc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webui/src/views/HomeView.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="flex">
<StudioNav />
<div class="container mx-auto mb-32 sm:mb-24">
<!--<StudioNav />-->
<div class="mx-auto mb-32 sm:mb-24">
<div class="flex items-center fixed right-0 top-0 m-3 space-x-2 text-xs z-40">
<RecButton />
<div>
Expand Down Expand Up @@ -52,7 +52,7 @@ import Chat from '../components/Chat.vue'
import RecButton from '../components/RecButton.vue'
import api from '../api'
import { onMounted } from 'vue'
import StudioNav from '../components/StudioNav.vue'
//import StudioNav from '../components/StudioNav.vue'
import { Users } from '../ws/users'
import { ChatBubbleOvalLeftEllipsisIcon, XMarkIcon } from '@heroicons/vue/24/outline'
Expand Down

0 comments on commit 8489dc9

Please sign in to comment.