Fix typo: dribbble → dribble
seems like nobody uses it anyways
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user