Skip to content

Commit

Permalink
Fix the icon file case
Browse files Browse the repository at this point in the history
  • Loading branch information
reece00 authored Dec 6, 2023
1 parent 7a8cb1e commit 69a9e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ import BottomIcon from "../icons/bottom.svg";
import StopIcon from "../icons/pause.svg";
import RobotIcon from "../icons/robot.svg";

import FavoriteIcon from "../icons/Star.svg";
import FavoriteBlackIcon from "../icons/Star2.svg";
import FavoriteIcon from "../icons/star.svg";
import FavoriteBlackIcon from "../icons/star2.svg";

import {
ChatMessage,
Expand Down

0 comments on commit 69a9e38

Please sign in to comment.