mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-08 20:46:16 +08:00
Add cursor pointer class to the button new notebook (#1383)
This commit is contained in:
parent
ab9ad0369c
commit
e9e0bda94f
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ defmodule LivebookWeb.HomeLive do
|
||||||
saved_hubs={@saved_hubs}
|
saved_hubs={@saved_hubs}
|
||||||
>
|
>
|
||||||
<:topbar_action>
|
<:topbar_action>
|
||||||
<a aria-label="new-notebook" class="flex items-center" phx-click="new">
|
<a aria-label="new-notebook" class="flex items-center cursor-pointer" phx-click="new">
|
||||||
<.remix_icon icon="add-line" />
|
<.remix_icon icon="add-line" />
|
||||||
<span class="pl-2">New notebook</span>
|
<span class="pl-2">New notebook</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue