Add contact to the website, fix some small things
This commit is contained in:
@@ -213,7 +213,7 @@ export function dataToPage(pageRecord: any): WebPage {
|
||||
contactComponent.methods.push({
|
||||
id: contactMethodRecord["id"],
|
||||
title: contactMethodRecord["title"],
|
||||
text: contactMethodRecord["text"],
|
||||
url: contactMethodRecord["url"],
|
||||
color: contactMethodRecord["color"],
|
||||
icon: {
|
||||
url: getImageUrl(contactMethodRecord["icon"]["filename_disk"]),
|
||||
|
||||
Reference in New Issue
Block a user