Roadmap: add Achievements section before Sneak peeks
cgen-459a4dc1d98d439ab59039d7b77eb062
This commit is contained in:
parent
e24624377c
commit
85ca41ce63
1 changed files with 4 additions and 0 deletions
|
|
@ -214,6 +214,10 @@ export default function Roadmap() {
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section className="container mx-auto px-4 pb-8">
|
||||
<Achievements earnedXp={earnedXp} phaseClaims={phaseClaims} />
|
||||
</section>
|
||||
|
||||
{/* Sneak peeks */}
|
||||
<section id="sneak-peeks" className="container mx-auto px-4 pb-16">
|
||||
<div className="mb-4">
|
||||
|
|
|
|||
Loading…
Reference in a new issue