Fix typo: hiberate -> hibernate.

This commit is contained in:
hasecilu 2023-09-23 13:22:15 -06:00
parent 7398926a7a
commit fdb298ea4b
No known key found for this signature in database
GPG Key ID: 1E3F5A13C8F3337E
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -79,7 +79,7 @@ Buttons
#hibernate {
margin: 10px;
border-radius: 20px;
background-image: image(url("icons/hiberate.png"));
background-image: image(url("icons/hibernate.png"));
}
#shutdown {