diff --git a/templates/recent-organization.html b/templates/recent-organization.html index 1a24f04..ccf193b 100644 --- a/templates/recent-organization.html +++ b/templates/recent-organization.html @@ -6,7 +6,7 @@ border-bottom: 1px gray solid; border-top: none; color: black; - font-weight: bold; + font-weight: 500; display: flex; align-items: center; } @@ -33,7 +33,7 @@ {% for organization in recent_organizations %} - {{ organization.organization }} + {{ organization.organization }} {% endfor %}