mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-27 06:33:18 +00:00
12 lines
483 B
PHP
12 lines
483 B
PHP
@blaze
|
|
|
|
@props([
|
|
'kbd' => '⌘Z',
|
|
])
|
|
|
|
<flux:tooltip content="{{ __('Undo') }}" :$kbd class="contents">
|
|
<flux:editor.button data-editor="undo">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M3 7v6h6"/><path d="M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13"/></svg>
|
|
</flux:editor.button>
|
|
</flux:tooltip>
|