Skip to content

Commit 80ac8ba

Browse files
authored
feat: add chat mode launch page #424
1 parent bde658b commit 80ac8ba

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/content.en/docs/release-notes/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Information about release notes of Coco Server is provided here.
2929
- feat: auto selects the first item after searching #411
3030
- feat: web components assistant #422
3131
- feat: right-click menu support for search #423
32+
- feat: add chat mode launch page #424
3233

3334
### Bug fix
3435

src/components/Assistant/Splash.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const Splash = () => {
109109
{settings?.introduction}
110110
</div>
111111

112-
<ul className="flex flex-wrap -m-1">
112+
<ul className="flex flex-wrap -m-1 w-full">
113113
{settingsAssistantList?.map((item) => {
114114
const { id, name, description, icon } = item._source;
115115

0 commit comments

Comments
 (0)