From 05713e7b43dba39be7eef3d6f332f182e890f9d0 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 8 Nov 2020 22:53:11 +0100 Subject: [PATCH] icons fixes --- gulpfile.js | 2 +- src/pages/_docs/buttons.md | 2 +- src/pages/_includes/cards/profile-2.html | 4 ++-- src/pages/_includes/cards/profile.html | 2 +- src/pages/_includes/cards/sign-in.html | 4 ++-- src/pages/_includes/cards/timeline.html | 4 ++-- src/pages/_includes/forms/form-elements-6.html | 4 ++-- src/pages/snippets.html | 2 +- src/scss/ui/_buttons.scss | 12 ++++++------ 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 8465ed548..1a151f781 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -69,7 +69,7 @@ if (!Array.prototype.flat) { } /** - * Import tabler-icons form npm and other svg files from `/svg/brand/` directory and generate Jekyll `.yml` data files + * Import tabler-icons form npm and generate Jekyll `.yml` data files */ gulp.task('svg-icons', (cb) => { const prepareSvgFile = (svg) => { diff --git a/src/pages/_docs/buttons.md b/src/pages/_docs/buttons.md index 51a59c6e3..0c94eac34 100644 --- a/src/pages/_docs/buttons.md +++ b/src/pages/_docs/buttons.md @@ -219,7 +219,7 @@ Add the `.btn-icon` class to remove unnecessary padding from your button and use {% capture code %} {% include ui/button.html icon="activity" color="primary" icon-only=true %} -{% include ui/button.html icon="brand/github" color="github" icon-only=true %} +{% include ui/button.html icon="brand-github" color="github" icon-only=true %} {% include ui/button.html icon="bell" color="success" icon-only=true %} {% include ui/button.html icon="star" color="warning" icon-only=true %} {% include ui/button.html icon="trash" color="danger" icon-only=true %} diff --git a/src/pages/_includes/cards/profile-2.html b/src/pages/_includes/cards/profile-2.html index 6a64ee56e..86c535e20 100644 --- a/src/pages/_includes/cards/profile-2.html +++ b/src/pages/_includes/cards/profile-2.html @@ -9,12 +9,12 @@