fix: Default to Billy Strings (populated) instead of Goose
Some checks failed
Deploy Fediversion / deploy (push) Failing after 1s
Some checks failed
Deploy Fediversion / deploy (push) Failing after 1s
This commit is contained in:
parent
5b8cfffcf9
commit
7886095342
2 changed files with 3 additions and 3 deletions
|
|
@ -56,7 +56,7 @@ export default async function HomePage() {
|
||||||
<Link href="/onboarding">Get Started</Link>
|
<Link href="/onboarding">Get Started</Link>
|
||||||
</Button>
|
</Button>
|
||||||
<Button asChild variant="outline" size="lg">
|
<Button asChild variant="outline" size="lg">
|
||||||
<Link href="/goose">Explore Shows</Link>
|
<Link href="/billy-strings">Explore Shows</Link>
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
export const VERTICALS = [
|
export const VERTICALS = [
|
||||||
|
{ slug: "billy-strings", name: "Billy Strings" },
|
||||||
{ slug: "phish", name: "Phish" },
|
{ slug: "phish", name: "Phish" },
|
||||||
{ slug: "goose", name: "Goose" },
|
|
||||||
{ slug: "grateful-dead", name: "Grateful Dead" },
|
{ slug: "grateful-dead", name: "Grateful Dead" },
|
||||||
{ slug: "dead-and-company", name: "Dead & Company" },
|
{ slug: "dead-and-company", name: "Dead & Company" },
|
||||||
{ slug: "billy-strings", name: "Billy Strings" },
|
{ slug: "goose", name: "Goose" },
|
||||||
] as const
|
] as const
|
||||||
|
|
||||||
export type VerticalSlug = typeof VERTICALS[number]["slug"]
|
export type VerticalSlug = typeof VERTICALS[number]["slug"]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue