add new firebase and images

This commit is contained in:
Janis Meister
2023-03-13 17:11:12 +01:00
parent f9128c9515
commit 4c1022d1f8
20 changed files with 427 additions and 420 deletions

View File

@@ -44,7 +44,7 @@ export default function Furnishing({ furnishings, localeTexts }) {
alt={locale === "en" ? s.title.en : s.title.de}
/>
<div>
{s.links.map((l, i2) => {
{s.links?.map((l, i2) => {
return (
<a key={i2} href={l.url}>
{locale === "en" ? l.text.en : l.text.de}