fix various links, targets, etc.

This commit is contained in:
2024-08-18 16:39:17 +02:00
parent b304d57bf5
commit 5936d714eb
5 changed files with 109 additions and 92 deletions

View File

@@ -9,8 +9,6 @@ export const ContactEntityBlock = ({
}: {
block: ContactEntityBlockType;
}) => {
// TODO: image
const contact = block?.contactEntity;
if (!contact) {