mirror of
https://github.com/DerTyp7/apartment-altenau-nextjs.git
synced 2025-10-29 21:02:12 +01:00
add new firebase and images
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user