add title to commit graph

This commit is contained in:
death916 2025-06-03 04:51:52 -07:00
parent 02513cbef3
commit b200588bb5

View file

@ -36,7 +36,7 @@ def render_project(project: dict) -> rx.Component:
def github_graph(): def github_graph():
return rx.box( return rx.box(
rx.heading("GitHub Contributions", size="5", margin_bottom="1em"),
rx.html( rx.html(
#get the graph from github specifically #get the graph from github specifically
""" """