|
8 | 8 | </a> |
9 | 9 |
|
10 | 10 | <!-- Desktop Navigation --> |
11 | | - <nav class="hidden md:flex items-center gap-6 text-sm font-medium"> |
| 11 | + <nav class="hidden md:flex items-center gap-6 text-sm font-medium whitespace-nowrap"> |
| 12 | + <a href="/getting-started" class="text-theme-text-secondary dark:text-[#b4b4b4] hover:text-theme-text dark:hover:text-[#ececec] transition-colors">Getting Started</a> |
12 | 13 | <!-- Support Dropdown --> |
13 | 14 | <div class="relative support-dropdown"> |
14 | 15 | <button class="text-theme-text-secondary dark:text-[#b4b4b4] hover:text-theme-text dark:hover:text-[#ececec] transition-colors flex items-center gap-1" aria-label="Support menu"> |
|
17 | 18 | <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path> |
18 | 19 | </svg> |
19 | 20 | </button> |
20 | | - <div class="support-menu hidden absolute top-full left-0 mt-2 bg-white dark:bg-[#2d2d2d] border border-theme-border dark:border-[#404040] rounded-lg shadow-lg min-w-[200px] py-2 z-50"> |
21 | | - <a href="/getting-started" class="block px-4 py-2 text-theme-text-secondary dark:text-[#b4b4b4] hover:bg-gray-50 dark:hover:bg-[#3d3d3d] hover:text-theme-text dark:hover:text-[#ececec] transition-colors">Getting Started</a> |
| 21 | + <div class="support-menu hidden absolute top-full left-0 mt-2 bg-white dark:bg-[#2d2d2d] border border-theme-border dark:border-[#404040] rounded-lg shadow-lg min-w-[200px] py-2 z-50 whitespace-nowrap"> |
22 | 22 | <a href="/troubleshooting" class="block px-4 py-2 text-theme-text-secondary dark:text-[#b4b4b4] hover:bg-gray-50 dark:hover:bg-[#3d3d3d] hover:text-theme-text dark:hover:text-[#ececec] transition-colors">Technical FAQ</a> |
23 | 23 | <a href="/slack" class="block px-4 py-2 text-theme-text-secondary dark:text-[#b4b4b4] hover:bg-gray-50 dark:hover:bg-[#3d3d3d] hover:text-theme-text dark:hover:text-[#ececec] transition-colors">Slack Community</a> |
24 | 24 | <a href="https://github.com/dataplat/dbatools/issues" target="_blank" class="block px-4 py-2 text-theme-text-secondary dark:text-[#b4b4b4] hover:bg-gray-50 dark:hover:bg-[#3d3d3d] hover:text-theme-text dark:hover:text-[#ececec] transition-colors">GitHub Issues</a> |
|
100 | 100 | <span class="hidden dark:inline">Light Mode</span> |
101 | 101 | </button> |
102 | 102 |
|
| 103 | + <a href="/getting-started" class="text-theme-text-secondary dark:text-[#b4b4b4] hover:text-theme-text dark:hover:text-[#ececec] transition-colors py-2">Getting Started</a> |
| 104 | + |
103 | 105 | <!-- Support Section --> |
104 | 106 | <div class="border-t border-theme-border dark:border-[#404040] pt-4"> |
105 | 107 | <div class="text-xs font-semibold text-theme-text-secondary dark:text-[#b4b4b4] mb-2">SUPPORT</div> |
106 | | - <a href="/getting-started" class="text-theme-text-secondary dark:text-[#b4b4b4] hover:text-theme-text dark:hover:text-[#ececec] transition-colors py-2 block">Getting Started</a> |
107 | 108 | <a href="/troubleshooting" class="text-theme-text-secondary dark:text-[#b4b4b4] hover:text-theme-text dark:hover:text-[#ececec] transition-colors py-2 block">Technical FAQ</a> |
108 | 109 | <a href="/slack" class="text-theme-text-secondary dark:text-[#b4b4b4] hover:text-theme-text dark:hover:text-[#ececec] transition-colors py-2 block">Slack Community</a> |
109 | 110 | <a href="https://github.com/dataplat/dbatools/issues" target="_blank" class="text-theme-text-secondary dark:text-[#b4b4b4] hover:text-theme-text dark:hover:text-[#ececec] transition-colors py-2 block">GitHub Issues</a> |
|
0 commit comments