Fix typo: dribbble → dribble

seems like nobody uses it anyways
This commit is contained in:
iBug
2024-05-06 21:22:06 +08:00
parent 438710da82
commit 4c3ada478a
3 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,7 @@
### Bug Fixes ### Bug Fixes
- Disable copy button on invalid syntax highlighting blocks to avoid positioning issues. - Disable copy button on invalid syntax highlighting blocks to avoid positioning issues.
- Fix typo for `fa-dribble` in `_utilities.scss`.
### Enhancements ### Enhancements

View File

@ -220,7 +220,7 @@ body:hover .visually-hidden button {
color: $bitbucket-color; color: $bitbucket-color;
} }
.fa-dribbble, .fa-dribble,
.fa-dribble-square { .fa-dribble-square {
color: $dribbble-color; color: $dribbble-color;
} }

View File

@ -5,7 +5,7 @@ permalink: "/docs/history/"
excerpt: Change log of enhancements and bug fixes made to the theme. excerpt: Change log of enhancements and bug fixes made to the theme.
sidebar: sidebar:
nav: docs nav: docs
last_modified_at: '2024-05-06T21:15:29+08:00' last_modified_at: '2024-05-06T21:22:05+08:00'
toc: false toc: false
--- ---
@ -20,6 +20,7 @@ toc: false
### Bug Fixes ### Bug Fixes
- Disable copy button on invalid syntax highlighting blocks to avoid positioning issues. - Disable copy button on invalid syntax highlighting blocks to avoid positioning issues.
- Fix typo for `fa-dribble` in `_utilities.scss`.
### Enhancements ### Enhancements