add new logo and new mail
This commit is contained in:
@@ -14,7 +14,7 @@ class Header(rio.Component):
|
||||
content=rio.Column(
|
||||
rio.Row(
|
||||
rio.Link(
|
||||
rio.Image(from_root("ezgg_website/assets/placeholder_logo_grey.png"), align_x=0,
|
||||
rio.Image(from_root("ezgg_website/assets/logo.svg"), align_x=0,
|
||||
width=8),
|
||||
"/"
|
||||
)
|
||||
@@ -39,7 +39,7 @@ class Header(rio.Component):
|
||||
content=rio.Column(
|
||||
rio.Row(
|
||||
rio.Link(
|
||||
rio.Image(from_root("ezgg_website/assets/placeholder_logo_grey.png"), align_x=0, width=8),
|
||||
rio.Image(from_root("ezgg_website/assets/logo.svg"), align_x=0, width=8),
|
||||
"/"
|
||||
),
|
||||
rio.Text("Sinnlose Infos aus dem Vereinskern:", justify="left", width="grow", margin_left=0.8),
|
||||
|
||||
Reference in New Issue
Block a user