Skip to content

Commit

Permalink
Add email link and icon to project information section
Browse files Browse the repository at this point in the history
  • Loading branch information
perfectly-preserved-pie committed Nov 16, 2024
1 parent c2da75a commit 3d119f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ def create_title_card(self, title, subtitle):
style={"margin-right": "5px", "margin-left": "15px"},
),
html.A("About This Project", href='https://automateordie.io/wheretolivedotla/', target='_blank'),
html.I(
className="fa fa-envelope",
style={"margin-right": "5px", "margin-left": "15px"},
),
html.A("[email protected]", href='mailto:[email protected]', target='_blank'),
]

title_card = dbc.Card(title_card_children, body=True)
Expand Down

0 comments on commit 3d119f6

Please sign in to comment.