chore: improve ui responsiveness

This commit is contained in:
Liyas Thomas
2023-02-08 18:57:52 +05:30
parent 536c8128dd
commit d15caba4a6
3 changed files with 4 additions and 4 deletions

View File

@@ -14,5 +14,5 @@
<script setup lang="ts">
import { ref } from "vue"
const link = ref("/graphql")
const link = ref("/")
</script>