Skip to content

Commit 08509ea

Browse files
fix: build errors (missing LogIn import and incomplete icon map)
1 parent 0a3e034 commit 08509ea

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

frontend/components/header/DesktopActions.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
'use client';
22

3+
import { LogIn } from 'lucide-react';
34
import { useTranslations } from 'next-intl';
45

56
import { BlogHeaderSearch } from '@/components/blog/BlogHeaderSearch';

frontend/components/leaderboard/AchievementPips.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ import {
1919
Target,
2020
Trophy,
2121
Waves,
22+
Meteor,
23+
Sparkle,
24+
GraduationCap,
25+
Atom,
26+
Sun,
27+
Anchor,
2228
} from '@phosphor-icons/react';
2329
import { useTranslations } from 'next-intl';
2430
import { useRef, useState, useSyncExternalStore } from 'react';
@@ -45,6 +51,12 @@ const ICON_MAP: Record<AchievementIconName, React.ElementType> = {
4551
Moon,
4652
Shield,
4753
Waves,
54+
Meteor,
55+
Sparkle,
56+
GraduationCap,
57+
Atom,
58+
Sun,
59+
Anchor,
4860
};
4961

5062
const HEX = 'polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%)';

0 commit comments

Comments
 (0)