Skip to content

Commit

Permalink
feat: use kind
Browse files Browse the repository at this point in the history
  • Loading branch information
r3lays committed Feb 13, 2024
1 parent 5162e07 commit 94818d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/og/token/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export default async function handler(request: NextRequest) {
fontSize: '32px',
}}
>
ERC-721
{token.token?.kind?.toUpperCase()}
{' '}
<span style={{ color: '#687076', fontSize: '32px' }}>
on
Expand Down

0 comments on commit 94818d0

Please sign in to comment.