Skip to content

Commit

Permalink
chore: modify logo to chineses text
Browse files Browse the repository at this point in the history
  • Loading branch information
YJack0000 committed Aug 14, 2023
1 parent 35f6481 commit d0ea6e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/AppHeader.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<template>
<header class="menu">
<div class="menu__logo" :class="{ open: isOpen }">
<!-- <div class="menu__logo" :class="{ open: isOpen }">
<img :src="`/img/logo${open}.svg`" alt="logo" />
</div> -->
<div class=menu__logo>
<h1 class="text-2xl font-bold" :class="{'text-white': isOpen}">東蜂工作室</h1>
</div>
<div
class="bruger"
Expand Down

1 comment on commit d0ea6e8

@vercel
Copy link

@vercel vercel bot commented on d0ea6e8 Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.