|
|
|
@@ -30,7 +30,7 @@ export const createContact = |
|
|
|
} |
|
|
|
|
|
|
|
const tb = createElement('div', ['text-box'], null, cp); |
|
|
|
createElement('h6', [], data.name, tb); |
|
|
|
createElement('h3', ['like-h6'], data.name, tb); |
|
|
|
createElement('p', [], data.copy, tb); |
|
|
|
|
|
|
|
const buttons = createElement('ul', ['contact-buttons'], null, tb); |
|
|
|
|