From b9f626981052ef0cb730c13df01a67bd3c9a8644 Mon Sep 17 00:00:00 2001 From: "Guido A.J. Stevens" Date: Mon, 18 Jul 2022 06:30:51 +0200 Subject: [PATCH] Using a nonexistant glyph breaks a normal Jekyll build; use existing upload glyph instead. --- components/_upload.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/_upload.scss b/components/_upload.scss index 76ce0fc..df2afab 100644 --- a/components/_upload.scss +++ b/components/_upload.scss @@ -38,7 +38,7 @@ cursor: default; &:before { - content: "#{$glyph-upload-cloud}"; + content: "#{$glyph-upload}"; font-family: fontello; display: inline-block; margin-right: 0.3em; @@ -193,4 +193,4 @@ } } -} \ No newline at end of file +}