File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11---
22import Default from " @astrojs/starlight/components/SiteTitle.astro"
33import ProductLinks from " ./ProductLinks.astro"
4-
5- const isNotHome = Astro .url .pathname .split (" /" ).length > 2 ;
64---
75<Default />
86<div class =" w-4" />
9- { isNotHome && <ProductLinks showOnDesktop = { true } />}
7+ <ProductLinks showOnDesktop ={ true } />
Original file line number Diff line number Diff line change 66tableOfContents : false
77hero :
88 title : Cesbo Alta
9+ desctiption : Digital recording solution
910 actions :
1011 - text : Install
1112 link : /en/alta/getting-started/install
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import ProductCard from '../../../components/ProductCard.astro';
2121 />
2222 <ProductCard
2323 title = " Alta"
24- description = " Add description here "
24+ description = " Digital recording solution "
2525 mainLink = " /en/alta"
2626 links = { {
2727 " /en/alta/getting-started/install" : " Get Started" ,
You can’t perform that action at this time.
0 commit comments