diff --git a/config/config.exs b/config/config.exs index 8e3cd83..4e7a854 100644 --- a/config/config.exs +++ b/config/config.exs @@ -85,7 +85,7 @@ config :esbuild, # Configure tailwind (the version is required) config :tailwind, - version: "3.3.2", + version: "3.4.3", default: [ args: ~w( --config=tailwind.config.js diff --git a/lib/pinchflat_web/components/custom_components/tab_components.ex b/lib/pinchflat_web/components/custom_components/tab_components.ex index 160d073..f8c5a71 100644 --- a/lib/pinchflat_web/components/custom_components/tab_components.ex +++ b/lib/pinchflat_web/components/custom_components/tab_components.ex @@ -34,7 +34,7 @@ defmodule PinchflatWeb.CustomComponents.TabComponents do <%= render_slot(@tab_append) %> -