Format display tag and username with prefix symbols for consistency in Open Graph API responses
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m23s
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m23s
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -87,7 +87,7 @@ export async function GET(
|
||||
<div style={{ display: 'flex', flexDirection: 'column' }}>
|
||||
<div style={{ fontSize: 28, color: '#6366f1', marginBottom: 8 }}>HashEx</div>
|
||||
<div style={{ fontSize: 72, fontWeight: 700, color: '#ffffff' }}>
|
||||
#{displayTag}
|
||||
{'#' + displayTag}
|
||||
</div>
|
||||
</div>
|
||||
<div style={{ display: 'flex', flexDirection: 'column', alignItems: 'flex-end' }}>
|
||||
|
||||
@@ -57,7 +57,7 @@ export async function GET(
|
||||
|
||||
{/* Name */}
|
||||
<div style={{ fontSize: 68, fontWeight: 700, color: '#ffffff', marginBottom: 48 }}>
|
||||
@{displayName}
|
||||
{'@' + displayName}
|
||||
</div>
|
||||
|
||||
{/* Stats grid */}
|
||||
|
||||
Reference in New Issue
Block a user