From b200588bb5c4a934aaea2e89140c7fb58f34065e Mon Sep 17 00:00:00 2001 From: death916 Date: Tue, 3 Jun 2025 04:51:52 -0700 Subject: [PATCH] add title to commit graph --- deathsite/projects_page.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deathsite/projects_page.py b/deathsite/projects_page.py index e6cab4d..bac487a 100644 --- a/deathsite/projects_page.py +++ b/deathsite/projects_page.py @@ -36,7 +36,7 @@ def render_project(project: dict) -> rx.Component: def github_graph(): return rx.box( - + rx.heading("GitHub Contributions", size="5", margin_bottom="1em"), rx.html( #get the graph from github specifically """