Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 packages/cli/examples/flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"default": false,
"description": "Temporary fallback for the legacy search route",
"owner": "search-platform",
"expiresAt": "2026-01-15"
"expiresAt": "2027-01-15"
}
}
}
2 changes: 1 addition & 1 deletion packages/cli/examples/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function App() {
{dashboardV2 ? <a href="/dashboard">Dashboard</a> : null}
{flags.billingPortal || billingPortal ? <a href="/billing">Billing</a> : null}
{searchEnabled ? <a href="/search">Search</a> : null}
<Feature name="dashboardV2">
<Feature flag="dashboardV2">
<a href="/dashboard/v2">Dashboard v2</a>
</Feature>
</>
Expand Down