Skip to content

Commit

Permalink
Update Title.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tkv00 authored Dec 15, 2024
1 parent f8812e5 commit 2574552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/common/Title.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export default function Title({ text, select = "paw" }) {
alt="foot"
src={
select === "fire"
? `${import.meta.env.VITE_PUBLIC_URL}/assets/images/icon_fire.png`
: `${import.meta.env.VITE_PUBLIC_URL}/assets/images/Icon_pow.png`
? `${import.meta.env.VITE_PUBLIC_URL}/assets/images/Icon_fire.png`
: `${import.meta.env.VITE_PUBLIC_URL}/assets/images/icon_pow.png`
}
className="w-12 h-auto"
/>
Expand Down

0 comments on commit 2574552

Please sign in to comment.