File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export default function Header({ docsType = "haystack" }: Props) {
47
47
return (
48
48
< header className = "sticky top-0 p-2 sm:px-6 sm:py-3 z-10 w-full xl:max-w-8xl mx-auto flex items-center justify-between bg-dark-blue border-b border-medium-grey dark:bg-black" >
49
49
< Link href = "/" passHref >
50
- < div className = "w-44 lg:w-60" >
50
+ < div className = "w-44 lg:w-60 cursor-pointer " >
51
51
< svg
52
52
xmlns = "http://www.w3.org/2000/svg"
53
53
viewBox = "0 0 184 47"
@@ -100,17 +100,17 @@ export default function Header({ docsType = "haystack" }: Props) {
100
100
</ div >
101
101
< div className = "mr-8 xl:mr-12 2xl:mr-16" >
102
102
< Link href = "/community/join" >
103
- < div className = "text-white font-bold lg:text-xl xl:text-2xl cursor-pointer" >
103
+ < div className = "font-bold lg:text-xl xl:text-2xl cursor-pointer text-green-dark-theme " >
104
104
Join Slack
105
105
</ div >
106
106
</ Link >
107
107
</ div >
108
- < div className = "mr-8 xl:mr-12 2xl:mr-16 flex " >
108
+ < div className = "mr-8 xl:mr-12 2xl:mr-16" >
109
109
< Link href = "https://www.meetup.com/de-DE/open-nlp-meetup/" >
110
110
< a
111
111
target = "_blank"
112
112
href = "https://www.meetup.com/de-DE/open-nlp-meetup/"
113
- className = "text-white font-bold lg:text-xl xl:text-2xl cursor-pointer"
113
+ className = "text-white font-bold lg:text-xl xl:text-2xl cursor-pointer text-green-dark-theme "
114
114
rel = "noopener noreferrer"
115
115
>
116
116
Join Open NLP
You can’t perform that action at this time.
0 commit comments