File tree Expand file tree Collapse file tree 2 files changed +48
-5
lines changed Expand file tree Collapse file tree 2 files changed +48
-5
lines changed Original file line number Diff line number Diff line change @@ -161,17 +161,18 @@ module.exports = {
161
161
label : "Blogs" ,
162
162
} ,
163
163
{
164
- href : "https://confident-ai.com" ,
164
+ href : "https://app. confident-ai.com" ,
165
165
className : "header-confident-link" ,
166
166
position : "right" ,
167
+ label : 'Try DeepEval Cloud' ,
167
168
} ,
168
169
{
169
170
href : "https://discord.gg/a3K9c8GRGt" ,
170
171
className : "header-discord-link" ,
171
172
position : "right" ,
172
173
} ,
173
174
{
174
- href : "https://github.com/mr-gpt /deepeval" ,
175
+ href : "https://github.com/confident-ai /deepeval" ,
175
176
position : "right" ,
176
177
className : "header-github-link" ,
177
178
} ,
Original file line number Diff line number Diff line change @@ -116,17 +116,43 @@ html[data-theme="dark"] .header-github-link:before {
116
116
margin : 40px auto 10px auto ;
117
117
}
118
118
119
+ html [data-theme = " dark" ] .header-confident-link {
120
+ background-color : white ;
121
+ color : black ;
122
+ box-shadow : -4px 4px 0 #6d28d9 ;
123
+ }
124
+
125
+ .header-confident-link {
126
+ display : flex ;
127
+ align-items : center ;
128
+ padding : 6px 14px ;
129
+ border-radius : 6px ;
130
+ font-size : 15px ;
131
+ column-gap : 0.1rem ;
132
+ border : 1px solid black ;
133
+ box-shadow : -4px 4px 0 black ;
134
+ transition : all 0.2s ease-in-out ;
135
+ }
136
+
137
+ html [data-theme = " dark" ] .header-confident-link :hover {
138
+ box-shadow : 0px 0px 0 transparent ;
139
+ transform : translateX (-4px ) translateY (4px );
140
+ }
141
+
119
142
.header-confident-link :hover {
120
- opacity : 0.6 ;
143
+ box-shadow : 0px 0px 0 transparent ;
144
+ transform : translateX (-4px ) translateY (4px );
121
145
}
122
146
123
147
.header-confident-link :before {
124
148
content : " " ;
125
- width : 28 px ;
126
- height : 28 px ;
149
+ width : 24 px ;
150
+ height : 24 px ;
127
151
display : flex ;
152
+ align-items : center ;
128
153
background : url (" /icons/logo.svg" );
129
154
background-size : cover ;
155
+ margin-right : 0.5rem ;
130
156
}
131
157
132
158
.header-discord-link :hover {
@@ -179,8 +205,24 @@ html[data-theme="dark"] #rag-evaluation {
179
205
#rag-evaluation {
180
206
width : 60% ;
181
207
}
208
+
209
+ .header-confident-link {
210
+ font-size : 13px ;
211
+ padding : 4px 10px ;
212
+ }
213
+
214
+ .header-confident-link ::before {
215
+ display : none ;
216
+ }
182
217
}
183
218
219
+ @media (max-width : 1130px ) {
220
+ .header-confident-link {
221
+ display : none ;
222
+ }
223
+ }
224
+
225
+
184
226
@media (max-width : 600px ) {
185
227
#confident-workflow {
186
228
width : 100% !important ;
You can’t perform that action at this time.
0 commit comments