Skip to content

Commit

Permalink
refactor(appheader.vue): resize subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Nov 1, 2024
1 parent e200ff2 commit 6b455a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h1 class="flex-auto text-lg font-semibold text-gray-900">
{{ title }}
</h1>
<p class="flex-auto text-sm font-normal text-gray-500">
<p class="flex-auto text-md font-normal text-gray-500">
{{ subtitle }}
</p>
</router-link>
Expand Down
2 changes: 1 addition & 1 deletion src/components/AppHeaderMenuData.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import router from "../router";

export const title = "meJob 咪價";
export const subtitle = "工作迷 - 自由的工作機會平台,讓你找到最適合的工作。";
export const subtitle = "工作迷";

export const isSaraEnabled = true;
export const onClickSara = () => {
Expand Down

0 comments on commit 6b455a6

Please sign in to comment.