@@ -209,18 +209,18 @@ type Stat = {
209209} ;
210210
211211const 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
220220function 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