Skip to content

Commit

Permalink
Actually commit the greyed out feature buttons that I thought I commi…
Browse files Browse the repository at this point in the history
…tted yesterday
  • Loading branch information
sevenseacat committed Jan 16, 2025
1 parent 8e90bbc commit 6cd227c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ash_hq_web/templates/home/home.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<span
id={"feature-#{value}-inactive"}
data-name={value}
class={"relative inactive-feature rounded px-2 py-2 border border-primary-dark-500/40 #{if coming_soon?(value), do: "bg-slate-700", else: "hover:bg-primary-dark-900/50 cursor-pointer"}"}
class={"relative inactive-feature rounded px-2 py-2 border #{if coming_soon?(value), do: "bg-slate-800/70 text-slate-300/70 border-slate-500/40", else: "hover:bg-primary-dark-900/50 cursor-pointer border-primary-dark-500/40"}"}
onclick={
if !coming_soon?(value),
do: "window.featureClicked(this, 'feature-#{value}-active', true)"
Expand Down

0 comments on commit 6cd227c

Please sign in to comment.