feat: adapt trail page to show the user certificates

This commit is contained in:
swve 2025-07-20 11:03:44 +02:00
parent f01f7efb06
commit d58336795a
13 changed files with 457 additions and 20 deletions

View file

@ -52,7 +52,7 @@ const LinkItem = (props: any) => {
{props.type == 'trail' && (
<>
<Signpost size={20} />{' '}
<span>Trail</span>
<span>Progress</span>
</>
)}
</li>