Add contact to the website, fix some small things

This commit is contained in:
itsfinniii
2026-03-28 15:38:55 +01:00
parent 5476783e0c
commit ad25836de7
6 changed files with 41 additions and 6 deletions

View File

@@ -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"]),