mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-16 12:03:58 +00:00
fix(web): open Slack install in new window
This commit is contained in:
parent
59b148e5b2
commit
16d7915df3
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
Add a link
Reference in a new issue