File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,12 @@ module.exports = {
44
44
label : 'Blog' ,
45
45
position : 'left'
46
46
} ,
47
+ {
48
+ label : 'Try Superface in ChatGPT' ,
49
+ href : 'https://chat.openai.com/g/g-XElhtlxOR-superface' ,
50
+ position : 'right' ,
51
+ className : 'demo-button-chatgpt' , 'aria-label' : 'Book a demo'
52
+ } ,
47
53
{
48
54
label : 'Connect GPTs to APIs' ,
49
55
href : '/gpt' ,
Original file line number Diff line number Diff line change @@ -266,12 +266,28 @@ aside.docSidebarContainer_node_modules-\@docusaurus-theme-classic-lib-next-theme
266
266
margin-right : 1rem ;
267
267
font-weight : 600 ;
268
268
line-height : 1.18 ;
269
+ text-decoration : none;
269
270
}
270
271
271
- .demo-button : hover {
272
+ .demo-button : hover , . demo-button-chatgpt : hover {
272
273
cursor : pointer;
273
274
background-color : # 04C59F ;
274
275
color : # 000 ;
276
+ text-decoration : none;;
277
+ }
278
+
279
+ .demo-button-chatgpt {
280
+ background-color : var (--button-green );
281
+ padding : 0.6rem 1.75rem 0.6rem 1.75rem ;
282
+ border-radius : 10px ;
283
+ color : # 000 ;
284
+ -webkit-transition : background-color 0.5s ease-out;
285
+ -moz-transition : background-color 0.5s ease-out;
286
+ -o-transition : background-color 0.5s ease-out;
287
+ transition : background-color 0.5s ease-out;
288
+ margin-right : 1rem ;
289
+ font-weight : 600 ;
290
+ line-height : 1.18 ;
275
291
}
276
292
277
293
/* .row .col a {
You can’t perform that action at this time.
0 commit comments