Skip to content

Commit

Permalink
AI suggestions page
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustem Mussabekov committed May 14, 2024
1 parent 9406948 commit 558403f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "5.6.28",
"version": "5.6.3",
"description": "",
"author": "",
"license": "ISC",
Expand Down
4 changes: 2 additions & 2 deletions src/routes/my/sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ export default function PageMySidebar() {
<Header>
<Profile />

{/* <Button
<Button
as={Link}
title='AI Suggestions'
to='/suggestions'>
<Icon name='ai' />
</Button> */}
</Button>

<Button
title={`${t.s('createNewCollection')}\nShift+click: ${t.s('createSubFolder').toLowerCase()}`}
Expand Down
2 changes: 1 addition & 1 deletion src/routes/settings/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default ()=>{
<NestedViewLegacy />
<Separator />

{/* <Ai /> */}
<Ai />
</Layout>
</>
)
Expand Down

0 comments on commit 558403f

Please sign in to comment.