mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-03-30 15:34:43 -04:00
fix: changed emoji for accessibility reasons
Co-authored-by: June <june@girlboss.ceo>
This commit is contained in:
parent
84348ac029
commit
474dea6beb
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ pub enum AclMode {
|
||||||
impl AclMode {
|
impl AclMode {
|
||||||
pub fn to_emoji(self) -> char {
|
pub fn to_emoji(self) -> char {
|
||||||
match self {
|
match self {
|
||||||
AclMode::Block => '❎',
|
AclMode::Block => '❌',
|
||||||
AclMode::Allow => '✅',
|
AclMode::Allow => '✅',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue