Skip to content

Commit

Permalink
Removed the Many changes banner
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Apr 26, 2024
1 parent 58056e6 commit 272c77a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 65 deletions.
61 changes: 0 additions & 61 deletions webclient/components/ManyChangesToast.vue

This file was deleted.

4 changes: 0 additions & 4 deletions webclient/layouts/default.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { useFeedback } from "~/composables/feedback";
import ManyChangesToast from "~/components/ManyChangesToast.vue";
const searchBarFocused = ref(false);
const feedback = useFeedback();
Expand Down Expand Up @@ -29,9 +28,6 @@ useHead({
:class="{ 'opacity-70': searchBarFocused }"
>
<div class="mx-5">
<div class="-mb-1 flex flex-col gap-4 pt-5">
<ManyChangesToast />
</div>
<slot />
</div>
</div>
Expand Down

0 comments on commit 272c77a

Please sign in to comment.