Skip to content

Commit

Permalink
refactor: optimize ui
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Oct 31, 2024
1 parent eb4210a commit bc1066e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/AppHeaderMobileMenuSara.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<app-header-mobile-menu-item
v-else
:name="nickname"
:logo="avatarUrl"
@click="onClick"
>
<template #prepend>
Expand Down
2 changes: 1 addition & 1 deletion src/components/AppHeaderNormalMenuDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="relative">
<button
aria-expanded="false"
class="text-gray-500 group bg-white rounded-md inline-flex items-center text-base font-medium hover:text-gray-900 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"
class="h-8 text-gray-500 group bg-white rounded-md inline-flex items-center text-base font-medium hover:text-gray-900 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"
type="button"
@click="onClickDropdown"
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/AppHeaderNormalMenuItem.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<button
aria-expanded="false"
class="text-gray-500 bg-white rounded-md inline-flex items-center text-base font-medium hover:text-gray-900 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"
class="h-8 text-gray-500 bg-white rounded-md inline-flex items-center text-base font-medium hover:text-gray-900 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"
type="button"
>
<slot name="prepend" />
Expand Down

0 comments on commit bc1066e

Please sign in to comment.