diff --git a/apps/showcase/components/landing/HeroSection.vue b/apps/showcase/components/landing/HeroSection.vue index 5e41d2242..e45b182c8 100644 --- a/apps/showcase/components/landing/HeroSection.vue +++ b/apps/showcase/components/landing/HeroSection.vue @@ -106,6 +106,7 @@ }, { 'text-muted-color hover:bg-emphasis bg-transparent': selectedSampleAppsSidebarNav !== navItem.title, 'text-primary-contrast bg-primary hover:bg-primary-emphasis ': selectedSampleAppsSidebarNav === navItem.title } ]" + @click="visibleRight = true" > @@ -128,14 +129,210 @@ + + + +