style: format code

This commit is contained in:
Dominik Koch
2024-10-12 21:08:58 +00:00
parent 546d6b87ea
commit 49b096fef6
5 changed files with 10 additions and 9 deletions

View File

@@ -27,7 +27,8 @@ export const ShowCertificates = () => {
<div className="flex flex-col items-center gap-3">
<ShieldCheck className="size-8 self-center text-muted-foreground" />
<span className="text-base text-muted-foreground">
To create a certificate it is required to upload an existing certificate
To create a certificate it is required to upload an existing
certificate
</span>
<AddCertificate />
</div>