File tree 3 files changed +3
-3
lines changed
app/(basenames)/name/[username]
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export default async function OpenGraphImage(props: ImageRouteProps) {
71
71
const chain = getChainForBasename ( username as Basename ) ;
72
72
let imageSource = domainName + profilePicture . src ;
73
73
74
- // NOTE: Do we want to fail if the name doesn't exists ?
74
+ // NOTE: Do we want to fail if the name doesn't exist ?
75
75
try {
76
76
const client = getBasenamePublicClient ( chain . id ) ;
77
77
const avatar = await client . getEnsText ( {
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export default async function handler(request: NextRequest) {
73
73
logger . error ( 'Error fetching basename Avatar:' , error ) ;
74
74
}
75
75
76
- // Using Satori for a SVG response
76
+ // Using Satori for an SVG response
77
77
const svg = await satori (
78
78
< div
79
79
style = { {
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ export default async function GET(request: Request) {
56
56
logger . error ( 'Error getting token metadata' , error ) ;
57
57
}
58
58
59
- // Premints are hardcoded, the list will reduce when/if they get claimed
59
+ // Premints are hardcoded; the list will reduce when/if they are claimed
60
60
if ( ! basenameFormatted && premintMapping [ tokenId ] ) {
61
61
basenameFormatted = formatBaseEthDomain ( premintMapping [ tokenId ] , chainId ) ;
62
62
}
You can’t perform that action at this time.
0 commit comments