devbadge on profiles & description adjustments

This commit is contained in:
2022-12-22 15:07:45 +01:00
parent fe326c70d8
commit 21e3b32e4b
3 changed files with 23 additions and 6 deletions

View File

@@ -61,6 +61,11 @@ const PageInfo = () => {
<div>
<h3>{el.name}</h3>
<p>{el.desc || "brak opisu."}</p>
{el.devBadge ? (
<span className={styles.devBadge}>DEV</span>
) : (
""
)}
</div>
</article>
</Link>