We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d5037 commit 3e4a583Copy full SHA for 3e4a583
1 file changed
app/routes/app.tsx
@@ -18,7 +18,7 @@ export default function App() {
18
return (
19
<AppProvider embedded apiKey={apiKey}>
20
<s-app-nav>
21
- <s-link href="/app" rel="home">Home</s-link>
+ <s-link href="/app">Home</s-link>
22
<s-link href="/app/additional">Additional page</s-link>
23
</s-app-nav>
24
<Outlet />
0 commit comments