diff --git a/src/components/HeaderNote.vue b/src/components/HeaderNote.vue index e02b83a..3b021ad 100644 --- a/src/components/HeaderNote.vue +++ b/src/components/HeaderNote.vue @@ -32,12 +32,12 @@ defineProps<{ user: string; repo: string }>() --> - + () - - + + () - + () - + () - + () - + Style settings @@ -148,10 +160,5 @@ defineProps<{ user: string; repo: string }>() align-items: center; justify-content: space-between; margin-top: 10px; - - button { - color: var(--color-accent); - cursor: pointer; - } }