Skip to content

Commit

Permalink
Remove football as the default vertical (#47773)
Browse files Browse the repository at this point in the history
We're not using verticals right now in signup, which makes the default 'football' even more useless. Let's get rid of it.
  • Loading branch information
ramonjd authored Nov 26, 2020
1 parent 1d54a18 commit 72e031d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/landing/gutenboarding/stores/onboard/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function* createSite(
// so we can match directories in
// https://github.com/Automattic/wp-calypso/tree/HEAD/static/page-templates/verticals
// TODO: determine default vertical should user input match no official vertical
site_vertical_slug: siteVertical?.slug || 'football',
site_vertical_slug: siteVertical?.slug,
site_information: {
title: blogTitle,
},
Expand Down

0 comments on commit 72e031d

Please sign in to comment.