Merge branch 'fix_typo' into 'main'

Fix typo: hiberate -> hibernate.

See merge request stephan-raabe/dotfiles!7
This commit is contained in:
Stephan Raabe 2023-10-03 18:20:57 +00:00
commit 47959c1db1
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 {