add leo
This commit was merged in pull request #11.
This commit is contained in:
@@ -15,7 +15,8 @@ class MemberCard(rio.Component):
|
||||
rio.Text(self.info.position, margin_bottom=0.4, style=rio.TextStyle(italic=True), justify="center"),
|
||||
rio.Text(f"Mitglied seit", style=rio.TextStyle(italic=True), margin_bottom=0.4, justify="center"),
|
||||
rio.Text(f"{self.info.entry_date}", style=rio.TextStyle(italic=True, font_size=0.9), margin_bottom=0.4, justify="center"),
|
||||
social_links_grid
|
||||
social_links_grid,
|
||||
margin=0.4
|
||||
)
|
||||
|
||||
for i, social_link in enumerate(sorted(self.info.socials, key=lambda s: s.platform.value)):
|
||||
|
||||
Reference in New Issue
Block a user