diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f8a8ea..18e35c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ * Improved Dockerfile. * Express sessions configured to use memorystore. * Improved chart rendering. -* Fixed chart scaling. +* Improvements to container charts. +* Created Supporters page. ## v0.20 (Jan 20th 2024) - The rewrite. Jumping all the way to v0.20. * Changed to ES6 imports. diff --git a/components/containerCard.js b/components/containerCard.js index 9bd94a2..2813441 100644 --- a/components/containerCard.js +++ b/components/containerCard.js @@ -85,7 +85,7 @@ export const containerCard = (data) => {
@@ -212,18 +212,35 @@ export const containerCard = (data) => {