Revert "Add loading Animation to Most used Language card (#2197)" (#2396)

This reverts commit 77dcdab42c.
This commit is contained in:
Rick Staa
2023-01-12 22:52:34 +01:00
committed by GitHub
parent 70f0264905
commit 4b8198fa21
5 changed files with 29 additions and 76 deletions
-2
View File
@@ -29,7 +29,6 @@ export default async (req, res) => {
locale,
border_radius,
border_color,
disable_animations,
} = req.query;
res.setHeader("Content-Type", "image/svg+xml");
@@ -76,7 +75,6 @@ export default async (req, res) => {
border_radius,
border_color,
locale: locale ? locale.toLowerCase() : null,
disable_animations: parseBoolean(disable_animations),
}),
);
} catch (err) {