Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shahabzebare committed Aug 1, 2024
1 parent 6d5bdf4 commit 4ef359d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/js/tool.js

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions resources/js/components/LanguageSwitcher.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<template>
<Dropdown placement="bottom-end" class="relative">
<Button variant="action" icon="globe-alt" class="text-primary-500 md:w-24" >
<span class="hidden md:inline">{{ selectedDisplay }}</span>
</Button>
<Button variant="action" icon="globe-alt" class="text-primary-500"></Button>
<template #menu>
<DropdownMenu>
<template v-for="(value,key) in langs">
Expand Down

0 comments on commit 4ef359d

Please sign in to comment.