@@ -10,47 +10,49 @@ export default function Navigation() {
10
10
< div className = "fixed bottom-0 left-0 right-0 bg-white border-t" >
11
11
< div className = "mx-auto max-w-container px-4 py-4" >
12
12
< div className = "flex justify-between items-center" >
13
- < div className = "flex gap-2" >
14
- < Link
15
- href = "/"
16
- className = "px-4 py-2 text-gray-600 hover:bg-gray-100 rounded-lg transition-colors text-sm sm:text-base font-inter"
17
- >
18
- Home
19
- </ Link >
13
+ < div className = "flex gap-2 overflow-x-auto pb-2 -mb-2 scrollbar-hide" >
14
+ < div className = "flex gap-2 min-w-max" >
15
+ < Link
16
+ href = "/"
17
+ className = "px-4 py-2 text-gray-600 hover:bg-gray-100 rounded-lg transition-colors text-sm sm:text-base font-inter whitespace-nowrap"
18
+ >
19
+ Home
20
+ </ Link >
20
21
21
- < Link
22
- href = "/topics"
23
- className = "px-4 py-2 text-gray-600 hover:bg-gray-100 rounded-lg transition-colors text-sm sm:text-base font-inter"
24
- >
25
- Topics
26
- </ Link >
22
+ < Link
23
+ href = "/topics"
24
+ className = "px-4 py-2 text-gray-600 hover:bg-gray-100 rounded-lg transition-colors text-sm sm:text-base font-inter whitespace-nowrap "
25
+ >
26
+ Topics
27
+ </ Link >
27
28
28
- < Link
29
- href = "/how-to"
30
- className = "px-4 py-2 text-gray-600 hover:bg-gray-100 rounded-lg transition-colors text-sm sm:text-base font-inter"
31
- >
32
- How To
33
- </ Link >
29
+ < Link
30
+ href = "/how-to"
31
+ className = "px-4 py-2 text-gray-600 hover:bg-gray-100 rounded-lg transition-colors text-sm sm:text-base font-inter whitespace-nowrap "
32
+ >
33
+ How To
34
+ </ Link >
34
35
35
- < Link
36
- href = "/about"
37
- className = "px-4 py-2 text-gray-600 hover:bg-gray-100 rounded-lg transition-colors text-sm sm:text-base font-inter"
38
- >
39
- About
40
- </ Link >
41
- </ div >
36
+ < Link
37
+ href = "/about"
38
+ className = "px-4 py-2 text-gray-600 hover:bg-gray-100 rounded-lg transition-colors text-sm sm:text-base font-inter whitespace-nowrap"
39
+ >
40
+ About
41
+ </ Link >
42
42
43
- < div className = "flex items-center gap-4" >
44
- < Link
45
- href = "https://github.com/DXHeroes/1on1-cards"
46
- target = "_blank"
47
- className = "px-4 py-2 text-gray-600 hover:bg-gray-100 rounded-lg transition-colors text-sm sm:text-base font-inter flex items-center gap-2"
48
- >
49
- < FaGithub className = "w-4 h-4" />
50
- GitHub
51
- < HiExternalLink className = "w-4 h-4" />
52
- </ Link >
43
+ < Link
44
+ href = "https://github.com/DXHeroes/1on1-cards"
45
+ target = "_blank"
46
+ className = "px-4 py-2 text-gray-600 hover:bg-gray-100 rounded-lg transition-colors text-sm sm:text-base font-inter flex items-center gap-2 whitespace-nowrap"
47
+ >
48
+ < FaGithub className = "w-4 h-4 flex-shrink-0" />
49
+ GitHub
50
+ < HiExternalLink className = "w-4 h-4 flex-shrink-0" />
51
+ </ Link >
52
+ </ div >
53
+ </ div >
53
54
55
+ < div className = "flex-shrink-0 ml-4" >
54
56
< Link href = "https://dxheroes.io" target = "_blank" >
55
57
< DxHeroesLogo className = "h-8 w-auto text-stratos" />
56
58
</ Link >
0 commit comments