Skip to content

Commit 08e99fe

Browse files
Replace globe emoji with pyr icon next to username in profile
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8943ef8 commit 08e99fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/UserProfilePanel.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ const emit = defineEmits({hide: null, 'open-settings': null});
318318
title="Click to change flag"
319319
>
320320
<img v-if="flagImgUrl(prefs.flag || '')" :src="flagImgUrl(prefs.flag)" class="nge-flag-img" />
321-
<span v-else>🌐</span>
321+
<img v-else src="center-art/../pyr-icon.png" class="nge-flag-img nge-pyr-icon" />
322322
</button>
323323
<Transition name="nge-flag-picker">
324324
<div v-if="showFlagPicker" class="nge-profile-flag-picker">
@@ -824,6 +824,7 @@ const emit = defineEmits({hide: null, 'open-settings': null});
824824
825825
/* Flag images (cross-platform — Windows doesn't render flag emoji) */
826826
.nge-flag-img { width: 24px; height: 18px; object-fit: cover; border-radius: 2px; vertical-align: middle; }
827+
.nge-flag-img.nge-pyr-icon { width: 22px; height: 22px; object-fit: contain; border-radius: 0; }
827828
.nge-flag-img--picker { width: 28px; height: 20px; }
828829
829830
.nge-profile-flag {

static/badges/pyr/pyr-icon.png

10 KB
Loading

0 commit comments

Comments
 (0)