Use favicon

This commit is contained in:
Andras Schmelczer 2022-07-09 20:52:29 +02:00
parent 378047e622
commit bf7982c56b
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
4 changed files with 20 additions and 8 deletions

View file

@ -19,7 +19,7 @@ def get_footer() -> html.Footer:
]
),
html.A(
html.Img(src="/assets/github.png"),
html.Img(src="/assets/logo.png"),
href=GITHUB_LINK,
target="_blank",
),