We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5206af2 commit 2be5cb6Copy full SHA for 2be5cb6
1 file changed
packages/app/src/web/shell.tsx
@@ -205,9 +205,13 @@ function SidebarContent(props: {
205
<PluginNav pathname={props.pathname} onNavigate={props.onNavigate} />
206
207
{/* Sources list */}
208
- <div className="mt-5 mb-1 px-2.5 text-xs font-medium uppercase tracking-widest text-muted-foreground">
209
- <a href="/">Integrations</a>
210
- </div>
+ <Link
+ to="/{-$orgSlug}"
+ className="mt-5 mb-1 px-2.5 text-xs font-medium uppercase tracking-widest text-muted-foreground"
211
+ onClick={props.onNavigate}
212
+ >
213
+ <span>Integrations</span>
214
+ </Link>
215
216
<IntegrationList pathname={props.pathname} onNavigate={props.onNavigate} />
217
</nav>
0 commit comments