From 8699a8fb345a080634ed6311097576be57d1c9f6 Mon Sep 17 00:00:00 2001 From: DonnieBLT <128622481+DonnieBLT@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:55:29 -0400 Subject: [PATCH] chore: Remove unused CSS styles in contributor_stats.html --- website/templates/contributor_stats.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/templates/contributor_stats.html b/website/templates/contributor_stats.html index f3afc61cc..58f6adbf1 100644 --- a/website/templates/contributor_stats.html +++ b/website/templates/contributor_stats.html @@ -53,7 +53,7 @@ {% for user, stats in user_stats.items %} - + {{ user }} @@ -84,7 +84,7 @@ {% empty %} - + No activity found. {% endfor %}