File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export default defineConfig({
1717 filter : ( page ) => ! page . startsWith ( 'https://docs.firegiant.com/wix3/' )
1818 } ) ,
1919 starlight ( {
20- title : 'Docs' ,
20+ title : 'FireGiant Docs' ,
2121 logo : {
2222 dark : './src/assets/firegiant-logo-black.svg' ,
2323 light : './src/assets/firegiant-logo-standard.svg' ,
Original file line number Diff line number Diff line change 22import logoDark from ' @assets/firegiant-logo-black.svg?raw' ;
33import logoLight from ' @assets/firegiant-logo-standard.svg?raw' ;
44import docs from ' @assets/docs-logo.svg?raw' ;
5- import { type Props } from ' @astrojs/starlight/props' ;
65
7- const { siteTitle, siteTitleHref } = Astro . props ;
8- const www = ' https://www .firegiant.com/' ;
6+ const wwwHref = ' https://www.firegiant.com/ ' ;
7+ const docsHref = ' https://docs .firegiant.com/' ;
98---
109
1110<span class =" site-title sl-flex" >
12- <a class =" firegiant-logo light:sl-hidden print:hidden" href ={ www } set:html ={ logoDark } aria-label =" FireGiant" />
13- <a class =" firegiant-logo dark:sl-hidden print:block" href ={ www } set:html ={ logoLight } aria-label =" FireGiant" />
14- <a class =" docs-logo" href ={ siteTitleHref } set:html ={ docs } aria-label =" Docs" title ={ siteTitle } />
11+ <a class =" firegiant-logo light:sl-hidden print:hidden" href ={ wwwHref } set:html ={ logoDark } aria-label =" FireGiant" />
12+ <a class =" firegiant-logo dark:sl-hidden print:block" href ={ wwwHref } set:html ={ logoLight } aria-label =" FireGiant" />
13+ <a class =" docs-logo" href ={ docsHref } set:html ={ docs } aria-label =" Docs" title =" FireGiant Docs " />
1514</span >
1615
1716<style >
You can’t perform that action at this time.
0 commit comments