Skip to content

Commit

Permalink
Fix v3 title
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Jan 5, 2024
1 parent fb987d3 commit 023c967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/papers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const getPapers = (t: TFunction<"translation">): Paper[] => {
},
{
id: 1,
title: t(localeKeys.darwiniaGenePaper),
title: "Darwinia Genepaper v3",
authors: ["Alex Chien", "Denny Wang"],
tags: [t(localeKeys.darwiniaChainRelay), t(localeKeys.lightClient), t(localeKeys.optimisticVerification)],
summary: t(localeKeys.darwiniaGenePaperSummary),
Expand Down

0 comments on commit 023c967

Please sign in to comment.