Skip to content

Commit

Permalink
add comment about jupyternaut icon in frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Apr 3, 2024
1 parent c050859 commit 0ed6644
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/jupyter-ai/src/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ export const jupyternautIcon = new LabIcon({
svgstr: jupyternautSvg
});

// this icon is only used in the status bar.
// to configure the icon shown on agent replies in the chat UI, please specify a
// custom `Persona`.
export const Jupyternaut = jupyternautIcon.react;

0 comments on commit 0ed6644

Please sign in to comment.