mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-06 11:35:54 +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}
|
||||
>
|
||||
<: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" />
|
||||
<span class="pl-2">New notebook</span>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue