Add cursor pointer class to the button new notebook (#1383)

This commit is contained in:
Paulo Valim 2022-09-02 15:54:41 +02:00 committed by GitHub
parent ab9ad0369c
commit e9e0bda94f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>