Skip to content

Commit

Permalink
fix: icons in dialogs (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwisecodes authored Nov 27, 2024
1 parent 202a21f commit 9700214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/nextjs/src/components/DialogControl/DialogContents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ const dialogTitlesAndIcons: Record<
> = {
"share-chat": {
title: "Share lesson",
iconName: "share",
iconName: null,
},
feedback: {
title: "",
iconName: "books",
iconName: null,
},
"report-content": {
title: "Report content",
Expand Down

0 comments on commit 9700214

Please sign in to comment.