feat: Add default addresses to blank data

This commit is contained in:
Nathan Woodburn 2024-02-24 19:04:22 +11:00
parent 4b21186b8f
commit 3ad0ed1b66
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -107,7 +107,8 @@ def site():
"fg_0": "#ffffff", "fg_0": "#ffffff",
"btn_bg": "#2c54cf", "btn_bg": "#2c54cf",
"btn_fg": "#ffffff", "btn_fg": "#ffffff",
"socials": [] "socials": [],
"address": []
} }