added some missing redaction text
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 15s
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 15s
This commit is contained in:
parent
7524eb3fe5
commit
7d147f290f
2 changed files with 11 additions and 8 deletions
|
|
@ -19,11 +19,11 @@
|
|||
<IconAndText2
|
||||
logo={$re?.education[0].imageId.replace("[PB]", env.POCKETBASE_URL) ?? ""}
|
||||
>
|
||||
<b>{$re?.education[0].name ?? ""}</b><br />
|
||||
<b>{$re?.education[0].name ?? "University 🤮"}</b><br />
|
||||
<p style="font-size: 0.5rem;">AI and data</p>
|
||||
</IconAndText2>
|
||||
<IconAndText2 logo={$re?.education[1].imageId ?? ""}>
|
||||
<b>{$re?.education[0].name ?? ""}</b><br />
|
||||
<b>{$re?.education[0].name ?? "High School 🤮"}</b><br />
|
||||
<p style="font-size: 0.5rem;">Computer science</p>
|
||||
</IconAndText2>
|
||||
<IconAndText2 logo={SasLogo}>
|
||||
|
|
@ -31,7 +31,9 @@
|
|||
<p style="font-size: 0.5rem;">SAS Programming</p>
|
||||
</IconAndText2>
|
||||
<IconAndText2 logo={$re?.education[2].imageId ?? ""}>
|
||||
<span class="font-semibold">{$re?.education[2].name ?? ""}</span><br />
|
||||
<span class="font-semibold"
|
||||
>{$re?.education[2].name ?? "Paid vecation/certificate"}</span
|
||||
><br />
|
||||
<p style="font-size: 0.5rem;">VR development</p>
|
||||
</IconAndText2>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue