From afcceddb6ab48e45d65fc611a1d53273a6696b45 Mon Sep 17 00:00:00 2001 From: 24c02 <163450896+24c02@users.noreply.github.com> Date: Fri, 30 Jan 2026 14:57:40 -0500 Subject: [PATCH] oops --- app/components/api_keys/index.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/components/api_keys/index.rb b/app/components/api_keys/index.rb index b4a3447..4d87cae 100644 --- a/app/components/api_keys/index.rb +++ b/app/components/api_keys/index.rb @@ -32,8 +32,7 @@ class Components::APIKeys::Index < Components::Base end def new_token_alert - render Primer::Beta::Flash.new(scheme: :success, mb: 4) do |component| - component.with_icon(icon: :check) + render Primer::Beta::Flash.new(scheme: :success, icon: :check, mb: 4) do |component| div do p(style: "margin: 0 0 8px; font-weight: 600;") { "API key created successfully!" } p(style: "margin: 0 0 8px;") { "Copy your API key now. You won't be able to see it again!" }