Skip to content

Commit

Permalink
set assistant header menu trigger link title
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
julien-nc committed Jan 10, 2024
1 parent 0f7831f commit bcd089d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AssistantHeaderMenuEntry.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<template>
<div id="assistant"
class="header-menu"
:title="t('assistant', 'Nextcloud Assistant')">
class="header-menu">
<a
href="#"
class="trigger"
:title="t('assistant', 'Nextcloud Assistant')"
@click="$emit('click')">
<AssistantIcon class="menu-icon" :size="20" />
</a>
Expand Down

0 comments on commit bcd089d

Please sign in to comment.