Skip to content

Commit

Permalink
Update Utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
prakriti-solankey authored Sep 17, 2024
1 parent 6ed968d commit 9237847
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/utils/Utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,6 @@ export const getDescriptionForChatMode = (mode: string): string => {
}
};
export const getLogo = (mode: string): Record<string, string> => {
console.log(mode);
if (mode === 'light') {
return {
Wikipedia: Wikipediadarkmode,
Expand Down

0 comments on commit 9237847

Please sign in to comment.