mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 02:10:02 +02: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 {
|
||||
pub fn to_emoji(self) -> char {
|
||||
match self {
|
||||
AclMode::Block => '❎',
|
||||
AclMode::Block => '❌',
|
||||
AclMode::Allow => '✅',
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue