File tree Expand file tree Collapse file tree
Spectre.Docs/Components/Shared Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878 </g >
7979 </svg >
8080
81- <span class =" text-2xl font-bold bg-gradient-to-r from-primary-600 to-tertiary-one-600 dark:from-primary-400 dark:to-tertiary-one-400 bg-clip-text text-transparent" >
81+ <span class =" text-xl lg:text- 2xl font-bold bg-gradient-to-r from-primary-600 to-tertiary-one-600 dark:from-primary-400 dark:to-tertiary-one-400 bg-clip-text text-transparent" >
8282 Spectre.Console
8383 </span >
8484 </a >
8585 </div >
8686
8787 <!-- Navigation -->
88- <nav class =" hidden md:flex items-center space-x-1" >
89- <a href =" /" class =" px-3 py-2 rounded-md text-sm font-medium @(CurrentSection == " " ? " bg-base-100 dark:bg-base-800 text-base-900 dark:text-base-100 " : " text-base-600 dark:text-base-400 hover:text-base-900 dark:hover:text-base-100 hover:bg-base-100 dark:hover:bg-base-800 " ) transition-colors duration-250" >
88+ <nav class =" hidden md:flex items-center space-x-1 text-xs lg:text-sm font-medium " >
89+ <a href =" /" class =" px-2 lg:px- 3 py-2 rounded-md @(CurrentSection == " " ? " bg-base-100 dark:bg-base-800 text-base-900 dark:text-base-100 " : " text-base-600 dark:text-base-400 hover:text-base-900 dark:hover:text-base-100 hover:bg-base-100 dark:hover:bg-base-800 " ) transition-colors duration-250" >
9090 Home
9191 </a >
92- <a href =" /console" class =" px-3 py-2 rounded-md text-sm font-medium @(CurrentSection == " Console " ? " bg-base-100 dark:bg-base-800 text-base-900 dark:text-base-100 " : " text-base-600 dark:text-base-400 hover:text-base-900 dark:hover:text-base-100 hover:bg-base-100 dark:hover:bg-base-800 " ) transition-colors duration-250" >
92+ <a href =" /console" class =" px-2 lg:px- 3 py-2 rounded-md @(CurrentSection == " Console " ? " bg-base-100 dark:bg-base-800 text-base-900 dark:text-base-100 " : " text-base-600 dark:text-base-400 hover:text-base-900 dark:hover:text-base-100 hover:bg-base-100 dark:hover:bg-base-800 " ) transition-colors duration-250" >
9393 Console
9494 </a >
95- <a href =" /cli" class =" px-3 py-2 rounded-md text-sm font-medium @(CurrentSection == " Cli " ? " bg-base-100 dark:bg-base-800 text-base-900 dark:text-base-100 " : " text-base-600 dark:text-base-400 hover:text-base-900 dark:hover:text-base-100 hover:bg-base-100 dark:hover:bg-base-800 " ) transition-colors duration-250" >
95+ <a href =" /cli" class =" px-2 lg:px- 3 py-2 rounded-md @(CurrentSection == " Cli " ? " bg-base-100 dark:bg-base-800 text-base-900 dark:text-base-100 " : " text-base-600 dark:text-base-400 hover:text-base-900 dark:hover:text-base-100 hover:bg-base-100 dark:hover:bg-base-800 " ) transition-colors duration-250" >
9696 CLI
9797 </a >
98- <a href =" /blog" class =" px-3 py-2 rounded-md text-sm font-medium @(CurrentSection == " Blog " ? " bg-base-100 dark:bg-base-800 text-base-900 dark:text-base-100 " : " text-base-600 dark:text-base-400 hover:text-base-900 dark:hover:text-base-100 hover:bg-base-100 dark:hover:bg-base-800 " ) transition-colors duration-250" >
98+ <a href =" /blog" class =" px-2 lg:px- 3 py-2 rounded-md @(CurrentSection == " Blog " ? " bg-base-100 dark:bg-base-800 text-base-900 dark:text-base-100 " : " text-base-600 dark:text-base-400 hover:text-base-900 dark:hover:text-base-100 hover:bg-base-100 dark:hover:bg-base-800 " ) transition-colors duration-250" >
9999 Blog
100100 </a >
101- <a href =" https://github.com/spectreconsole" class =" px-3 py-2 rounded-md text-sm font-medium text-base-600 dark:text-base-400 hover:text-base-900 dark:hover:text-base-100 hover:bg-base-100 dark:hover:bg-base-800 transition-colors" >
101+ <a href =" https://github.com/spectreconsole" class =" px-2 lg:px- 3 py-2 rounded-md text-base-600 dark:text-base-400 hover:text-base-900 dark:hover:text-base-100 hover:bg-base-100 dark:hover:bg-base-800 transition-colors" >
102102 GitHub
103103 </a >
104104 </nav >
You can’t perform that action at this time.
0 commit comments