change Compose to New Post

This commit is contained in:
oldkid 2025-01-22 10:04:20 +01:00
parent 3fc3674d19
commit e2660f6011
2 changed files with 2 additions and 2 deletions

View file

@ -262,7 +262,7 @@ box-sizing: border-box;
box-shadow: inset 0 0 100px rgba(0,0,0,.1) !important;
}
#jotOpen::before {
content: '';
content: 'New Post';
font-size: 15px;
margin-right: 10px;
line-height: 32px;

View file

@ -221,7 +221,7 @@
box-shadow: inset 0 0 100px rgba(0,0,0,.1) !important;
}
#jotOpen::before {
content: 'Compose';
content: 'New Post';
font-size: 15px;
margin-right: 10px;
line-height: 32px;