fix: add my pages nav sidebar for logged in users
This commit is contained in:
@@ -82,7 +82,7 @@ function LevelCard({ formatMessage, lang, level }: LevelCardProps) {
|
||||
}
|
||||
return (
|
||||
<article className={styles.card}>
|
||||
<section>
|
||||
<header>
|
||||
<BiroScript
|
||||
type="two"
|
||||
color="primaryLightOnSurfaceAccent"
|
||||
@@ -91,7 +91,7 @@ function LevelCard({ formatMessage, lang, level }: LevelCardProps) {
|
||||
{formatMessage({ id: "Level" })} {level.level}
|
||||
</BiroScript>
|
||||
<Level color="red" />
|
||||
</section>
|
||||
</header>
|
||||
<Title textAlign="center" level="h5">
|
||||
{qualifications}
|
||||
</Title>
|
||||
|
||||
Reference in New Issue
Block a user