diff --git a/lib/plausible_web/components/generic.ex b/lib/plausible_web/components/generic.ex index 2ab608009..069027fec 100644 --- a/lib/plausible_web/components/generic.ex +++ b/lib/plausible_web/components/generic.ex @@ -5,11 +5,15 @@ defmodule PlausibleWeb.Components.Generic do use Phoenix.Component attr :title, :string, default: "Notice" + attr :class, :string, default: "" slot :inner_block def notice(assigns) do ~H""" -
+
- + You need to define at least two goals to create a funnel. Go ahead and <%= link( "add goals", to: PlausibleWeb.Router.Helpers.site_path(@socket, :new_goal, @domain),