Skip to content

Commit 7f182ce

Browse files
committed
minor updates
1 parent 461dc6f commit 7f182ce

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"light": "#1570EF",
99
"dark": "#1570EF"
1010
},
11+
"favicon": "/public/images/icons/collate-monogram.svg",
1112
"navbar": {
1213
"links": [
1314
{
@@ -89,7 +90,7 @@
8990
]
9091
},
9192
{
92-
"group": "Connector List",
93+
"group": "Connectors",
9394
"pages": [
9495
{
9596
"group": "API",

public/globals.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -895,4 +895,9 @@ article iframe,
895895

896896
.callout [data-component-part="callout-content"] {
897897
color: #414651 !important;
898+
}
899+
900+
#chat-assistant-sheet {
901+
margin-top: 2rem !important;
902+
min-height: 90% !important;
898903
}

0 commit comments

Comments
 (0)