mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
fix(web): open Slack install in new window (#1460)
Some checks failed
Publish OpenAI SDK Python / publish (push) Has been cancelled
Some checks failed
Publish OpenAI SDK Python / publish (push) Has been cancelled
This commit is contained in:
parent
b7a6ea9a5f
commit
c70c142fc7
1 changed files with 2 additions and 0 deletions
|
|
@ -525,6 +525,8 @@ function SlackStepBody({
|
|||
<div>
|
||||
<a
|
||||
href={`${BACKEND}/brain/slack/oauth/install`}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className={cn(
|
||||
"inline-flex w-full items-center justify-center gap-2 rounded-full bg-white px-4 py-2.5 text-[13px] font-semibold text-[#1D1C1D] transition-opacity hover:opacity-90",
|
||||
dmSans125ClassName(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue