Skip to content

Commit

Permalink
Link to the new URL for the feature list page.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobbins committed Sep 27, 2024
1 parent d8cfaf7 commit f810a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-src/elements/chromedash-drawer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export class ChromedashDrawer extends LitElement {

const year = new Date().getFullYear();
const shippingThisYear = this.renderNavItem(
'/newfeatures?q=shipping_year=' + year,
'/features?q=shipping_year=' + year,
'Shipping ' + year
);

Expand Down

0 comments on commit f810a83

Please sign in to comment.