@@ -154,12 +154,12 @@ watch(username, () => {
154154})
155155
156156useSeoMeta ({
157- title : () => ` @ ${username .value } - npmx` ,
157+ title : () => ` ~ ${username .value } - npmx` ,
158158 description : () => ` npm packages maintained by ${username .value } ` ,
159159})
160160
161161defineOgImageComponent (' Default' , {
162- title : () => ` @ ${username .value }` ,
162+ title : () => ` ~ ${username .value }` ,
163163 description : () => (results .value ? ` ${results .value .total } packages ` : ' npm user profile' ),
164164})
165165 </script >
@@ -179,7 +179,7 @@ defineOgImageComponent('Default', {
179179 }}</span >
180180 </div >
181181 <div >
182- <h1 class =" font-mono text-2xl sm:text-3xl font-medium" >@ {{ username }}</h1 >
182+ <h1 class =" font-mono text-2xl sm:text-3xl font-medium" >~ {{ username }}</h1 >
183183 <p v-if =" results?.total" class =" text-fg-muted text-sm mt-1" >
184184 {{ $t('org.public_packages', { count: formatNumber(results.total) }, results.total) }}
185185 </p >
@@ -217,7 +217,7 @@ defineOgImageComponent('Default', {
217217 <!-- Empty state -->
218218 <div v-else-if =" results && results.total === 0" class =" py-12 text-center" >
219219 <p class =" text-fg-muted font-mono" >
220- {{ $t('user.page.no_packages') }} <span class =" text-fg" >@ {{ username }}</span >
220+ {{ $t('user.page.no_packages') }} <span class =" text-fg" >~ {{ username }}</span >
221221 </p >
222222 <p class =" text-fg-subtle text-sm mt-2" >{{ $t('user.page.no_packages_hint') }}</p >
223223 </div >
0 commit comments