File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ const isHomepage = Astro.props.slug === '';
44import EditLink from ' virtual:starlight/components/EditLink' ;
55import LastUpdated from ' virtual:starlight/components/LastUpdated' ;
66import Pagination from ' virtual:starlight/components/Pagination' ;
7+ import { LinkButton } from ' @astrojs/starlight/components' ;
78---
89
910<footer >
@@ -12,6 +13,16 @@ import Pagination from 'virtual:starlight/components/Pagination';
1213 <EditLink { ... Astro .props } />
1314 <LastUpdated { ... Astro .props } />
1415 </div >
16+ <div class = " metaz sl-flex" >
17+ <LinkButton
18+ href = " https://github.com/zumerlab/orbit/stargazers"
19+ variant = " secondary"
20+ icon = " github"
21+ iconPlacement = " start" >
22+ Place your ⭐ in Orbit!
23+ </LinkButton >
24+
25+ </div >
1526 <Pagination { ... Astro .props } />
1627 )}
1728</footer >
@@ -28,4 +39,15 @@ import Pagination from 'virtual:starlight/components/Pagination';
2839 .meta > :global(p:only-child) {
2940 margin-inline-start: auto;
3041 }
42+ .metaz {
43+ gap: 0.75rem 3rem;
44+ justify-content: center;
45+
46+ margin-block: 3rem 1.5rem;
47+ font-size: var(--sl-text-sm);
48+ color: var(--sl-color-gray-3);
49+ }
50+ .metaz > :global(p:only-child) {
51+ margin-inline-start: auto;
52+ }
3153</style >
You can’t perform that action at this time.
0 commit comments