Skip to content

Commit

Permalink
chore: updated logo
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitbhanushali committed May 30, 2024
1 parent fe87680 commit db70751
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion desk/src/components/desk/sidebar/UserMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
import { Dropdown } from "frappe-ui";
import { useAuthStore } from "@/stores/auth";
import { useSidebarStore } from "@/stores/sidebar";
import HDLogo from "@/components/icons/HDLogo.vue";
import HDLogo from "@/assets/logos/HDLogo.vue";
defineProps({
options: {
Expand Down
4 changes: 2 additions & 2 deletions desk/src/pages/c-layout/CLayoutNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</div>
</template>
</Dropdown>
<img :src="Logo" class="h-5" />
<HDLogo class="h-8 w-8" />
</div>
</template>

Expand All @@ -28,7 +28,7 @@ import { Dropdown } from "frappe-ui";
import { Icon } from "@iconify/vue";
import { useAuthStore } from "@/stores/auth";
import { UserAvatar } from "@/components";
import Logo from "@/assets/logos/helpdesk.svg";
import HDLogo from "@/assets/logos/HDLogo.vue";
const router = useRouter();
const authStore = useAuthStore();
Expand Down
4 changes: 2 additions & 2 deletions desk/src/pages/knowledge-base/KnowledgeBasePublic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="flex justify-between py-2">
<div class="flex items-center gap-2">
<RouterLink :to="{ name: CUSTOMER_PORTAL_LANDING }">
<img :src="Logo" class="h-5" />
<HDLogo class="h-6 w-6" />
</RouterLink>
<span class="text-gray-600">/</span>
<span class="font-medium text-gray-900">Knowledge Base</span>
Expand Down Expand Up @@ -40,7 +40,7 @@ import { Button } from "frappe-ui";
import { Icon } from "@iconify/vue";
import { CUSTOMER_PORTAL_LANDING } from "@/router";
import { useKeymapStore } from "@/stores/keymap";
import Logo from "@/assets/logos/helpdesk.svg";
import HDLogo from "@/assets/logos/HDLogo.vue";
import KnowledgeBasePublicSearch from "./KnowledgeBasePublicSearch.vue";
const keymapStore = useKeymapStore();
Expand Down

0 comments on commit db70751

Please sign in to comment.