Updated modals and README (#235)

This commit is contained in:
Kieran
2024-05-10 10:05:22 -07:00
committed by GitHub
parent c5975e08da
commit 90f709dbc8
4 changed files with 23 additions and 18 deletions
@@ -30,7 +30,7 @@ defmodule Pinchflat.UpgradeButtonLive do
|> String.trim()
|> String.downcase()
if normalized_text == "got it!" do
if normalized_text == "got it" do
Settings.set(pro_enabled: true)
{:noreply, update(socket, :button_disabled, fn _ -> false end)}