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

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-05-04 01:49:40 -04:00
parent 1bed1f2040
commit b25f300edf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ export async function GET(
<div style={{ display: 'flex', flexDirection: 'column' }}> <div style={{ display: 'flex', flexDirection: 'column' }}>
<div style={{ fontSize: 28, color: '#6366f1', marginBottom: 8 }}>HashEx</div> <div style={{ fontSize: 28, color: '#6366f1', marginBottom: 8 }}>HashEx</div>
<div style={{ fontSize: 72, fontWeight: 700, color: '#ffffff' }}> <div style={{ fontSize: 72, fontWeight: 700, color: '#ffffff' }}>
#{displayTag} {'#' + displayTag}
</div> </div>
</div> </div>
<div style={{ display: 'flex', flexDirection: 'column', alignItems: 'flex-end' }}> <div style={{ display: 'flex', flexDirection: 'column', alignItems: 'flex-end' }}>
+1 -1
View File
@@ -57,7 +57,7 @@ export async function GET(
{/* Name */} {/* Name */}
<div style={{ fontSize: 68, fontWeight: 700, color: '#ffffff', marginBottom: 48 }}> <div style={{ fontSize: 68, fontWeight: 700, color: '#ffffff', marginBottom: 48 }}>
@{displayName} {'@' + displayName}
</div> </div>
{/* Stats grid */} {/* Stats grid */}