Minor improvements

This commit is contained in:
Daniel Kluge 2022-11-15 13:41:51 +01:00
parent 6c6bccb2a7
commit 90881aa085
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Frontpage # Frontpage
[![Read the blog entry at c0ntroller.de](https://c0ntroller.de/img/read-blog.svg)](https://c0ntroller.de/#/project/homepage) [![Read the blog entry at c0ntroller.de](https://c0ntroller.de/img/read-blog.svg)](https://c0ntroller.de/blog/project/terminal)
| Stable | Dev | Stable | Dev
| ------ | --- | ------ | ---

View File

@ -108,7 +108,7 @@ const Me: NextPage = () => {
</div> </div>
<h2>Social Media</h2> <h2>Social Media</h2>
<div className={styles.socials}> <div className={styles.socials}>
{socials("2em").map((social, i) => {socials("2em").filter((social) => social.name !== "PGP Key").map((social, i) =>
<a key={i} href={social.url} target="_blank" rel="noreferrer" className="nocolor"> <a key={i} href={social.url} target="_blank" rel="noreferrer" className="nocolor">
{social.icon} {social.icon}
</a> </a>