Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ const ConnectionDialog = ({ activeConnections, close }: { activeConnections: Man
Space was created successfully and injected{" "}
<span className="text-blue-600">
<a
href={`https://mantisdev.csail.mit.edu/space/${spaceId}/`}
href={`${process.env.PLASMO_PUBLIC_FRONTEND}/space/${spaceId}/`}
target="_blank"
rel="noopener noreferrer"
>
Expand Down