Skip to content

Commit

Permalink
Update timesketch/frontend-ng/src/views/Story.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Janosch <[email protected]>
  • Loading branch information
itsmvd and jkppr authored Feb 7, 2025
1 parent 55b59a0 commit 2aeb370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timesketch/frontend-ng/src/views/Story.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ limitations under the License.
<v-icon small>mdi-pencil</v-icon>
</v-btn>
<v-btn v-if="hover" icon small @click="deleteStoryDialog = true">
<v-icon small>mdi-trash-can-outline</v-icon>
<v-icon small title="Delete Story">mdi-trash-can-outline</v-icon>
</v-btn>
</v-toolbar>
</v-hover>
Expand Down

0 comments on commit 2aeb370

Please sign in to comment.