Skip to content

Commit 5ceee7a

Browse files
committed
Fix typo in AchievementItem CSS import and filename
Renamed 'AchievementIte.css' to 'AchievementItem.css' and updated the import in AchievementItem.tsx to match. This resolves a typo and ensures the correct stylesheet is loaded.
1 parent c2f3056 commit 5ceee7a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/Components/common/AchievementItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import "./styles/AchievementIte.css";
1+
import "./styles/AchievementItem.css";
22

33
type AchievementItemProps = {
44
done: boolean;
File renamed without changes.

0 commit comments

Comments
 (0)