Skip to content

Commit 28de3d0

Browse files
committed
New landing page icon set
1 parent b2d0d4f commit 28de3d0

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

56.7 KB
Loading

public/landing-icons/compass.png

81.7 KB
Loading
43.1 KB
Loading
70.2 KB
Loading
39.8 KB
Loading
54.3 KB
Loading

public/landing-icons/quests.png

33 KB
Loading

src/app/page.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -209,18 +209,18 @@ type Stat = {
209209
};
210210

211211
const STATS: Stat[] = [
212-
{ iconFile: "09_stats_sword.png", value: "9,206", label: "Items" },
213-
{ iconFile: "10_npc_person.png", value: "6,472", label: "NPCs" },
214-
{ iconFile: "11_monster_skull.png", value: "3,150", label: "Monsters" },
215-
{ iconFile: "12_droplet.png", value: "40,878", label: "Drops & Spoil" },
216-
{ iconFile: "13_scroll_document.png", value: "329", label: "Quests" },
217-
// { iconFile: "14_chronicle_compass.png", value: "Interlude", label: "Chronicle" },
212+
{ iconFile: "forgotten-blade.png", value: "9,206", label: "Items" },
213+
{ iconFile: "gatekeeper.png", value: "6,472", label: "NPCs" },
214+
{ iconFile: "eye-monster.png", value: "3,150", label: "Monsters" },
215+
{ iconFile: "drops-spoil.png", value: "40,878", label: "Drops & Spoil" },
216+
{ iconFile: "quests.png", value: "329", label: "Quests" },
217+
{ iconFile: "compass-pixel.png", value: "209", label: "Locations" },
218218
];
219219

220220
function StatsRow() {
221221
return (
222222
<section
223-
className="grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-5"
223+
className="flex justify-between"
224224
style={{
225225
marginTop: "44px",
226226
padding: "28px 0 30px",
@@ -239,8 +239,8 @@ function StatsRow() {
239239
>
240240
<Image
241241
src={`${ICON_BASE}/${stat.iconFile}`}
242-
width={32}
243-
height={32}
242+
width={42}
243+
height={42}
244244
alt=""
245245
style={pixel}
246246
unoptimized

0 commit comments

Comments
 (0)