]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
fix info symbol for mobile
authorCameron Otsuka <cameron@otsuka.haus>
Tue, 24 Dec 2024 01:29:42 +0000 (17:29 -0800)
committerCameron Otsuka <cameron@otsuka.haus>
Tue, 24 Dec 2024 01:29:42 +0000 (17:29 -0800)
eleventy.config.js

index 2512a5da542b29b52dcbd09b8b4b3b18f9a87f17..a2b1cfd87304d7e30c988a21c6f61a7d11c5e68b 100644 (file)
@@ -73,7 +73,7 @@ module.exports = function (eleventyConfig) {
                        if (customLabel) {
                                label = customLabel;
                        } else if (level === "info") {
-                               label = "🛈 Info"
+                               label = "ⓘ Info"
                        } else if (level === "warn") {
                                label = "âš  Warning";
                        } else if (level === "error") {