Skip to content

Commit

Permalink
tools-apr: fix page Title
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeirojose committed Dec 19, 2023
1 parent bf12d08 commit 33526ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export async function generateMetadata(
}

return {
title: `${result[0]} - Historical APR`,
title: `${result[0].name} - Historical APR`,
description: (await parent).description,
};
}
Expand Down

0 comments on commit 33526ba

Please sign in to comment.