tangled
alpha
login
or
join now
openstatus.dev
/
openstatus
5
fork
atom
Openstatus
www.openstatus.dev
5
fork
atom
overview
issues
pulls
pipelines
✏️ typo (#297)
authored by
Thibault Le Ouay
and committed by
GitHub
2 years ago
c4ca4338
eeb14ec6
+1
-1
1 changed file
expand all
collapse all
unified
split
apps
web
src
app
app
(dashboard)
[workspaceSlug]
integrations
page.tsx
+1
-1
apps/web/src/app/app/(dashboard)/[workspaceSlug]/integrations/page.tsx
···
29
29
<a
30
30
href={
31
31
workspace?.id === 1
32
32
-
? "https://vercel.com/integrations/openstatus-staging/new"
32
32
+
? "https://vercel.com/integrations/openstatus/new"
33
33
: "#"
34
34
}
35
35
target="_blank"