mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-06 21:22:36 +00:00
chore: update shortcut view
This commit is contained in:
@ -65,7 +65,8 @@ const Home: React.FC = () => {
|
||||
<Icon.PackageOpen className="w-12 h-auto text-gray-400" />
|
||||
<p className="mt-4 mb-2">No shortcuts found.</p>
|
||||
<Button size="sm" onClick={() => setShowCreateShortcutDialog(true)}>
|
||||
Create one
|
||||
<Icon.Plus className="w-5 h-auto mr-1" />
|
||||
Create
|
||||
</Button>
|
||||
</div>
|
||||
) : (
|
||||
|
Reference in New Issue
Block a user