+
+ {contactItem.thumbnail.type === 'image' ? (
+
+ ) : (
+
+ )}
+
+
+
{contactItem.label}
+ {
+ if (contactItem.link.type === 'open') {
+ window.open(contactItem.link.href);
+ } else {
+ window.location.href = contactItem.link.href;
+ }
+ }}
+ >
+ {contactItem.desc}
+
+
+
+ );
+ })}
+