Merge branch 'feature/add-picture-for-chris' into 'main'
add picture for chris See merge request ezgg/ezgg-website!5
This commit is contained in:
commit
44ff8d5302
BIN
ezgg_website/assets/member_pictures/chris.png
Normal file
BIN
ezgg_website/assets/member_pictures/chris.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
@ -23,6 +23,7 @@ NAVIGATION_LINKS = [
|
||||
NavigationLink("Datenschutz", "material/privacy-tip", "/privacy")
|
||||
]
|
||||
|
||||
|
||||
class Navigation(rio.Component):
|
||||
@rio.event.on_page_change
|
||||
async def on_page_change(self) -> None:
|
||||
|
||||
@ -56,7 +56,7 @@ class DatabaseService:
|
||||
contact_mail=None,
|
||||
contact_steam=None
|
||||
), MemberInfo(
|
||||
picture_path=from_root("ezgg_website/assets/member_pictures/anon.png"),
|
||||
picture_path=from_root("ezgg_website/assets/member_pictures/chris.png"),
|
||||
name="Chris \"Meliodas\" K.",
|
||||
position="Mitglied",
|
||||
entry_date="29.10.2023",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user