news logo added

This commit is contained in:
HolgerHatGarKeineNode
2023-02-01 20:54:37 +01:00
parent 60de5db6b5
commit c208ff411c

View File

@@ -26,7 +26,7 @@ class ArticleOverview extends Component
'SEOData' => new SEOData( 'SEOData' => new SEOData(
title: __('News'), title: __('News'),
description: __('Here we post important news that is relevant for everyone.'), description: __('Here we post important news that is relevant for everyone.'),
image: asset('img/einundzwanzig-wallpaper-benrath.png'), image: asset('img/einundzwanzig-news-colored.png'),
) )
]); ]);
} }