Merge pull request #703 from Realmlist/main

Fix Pleroma typo
This commit is contained in:
Julian Prieber 2024-01-26 20:57:02 +01:00 committed by GitHub
commit 3097bdd5ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -918,13 +918,13 @@ button:hover,
filter: brightness(90%);
}
/* Plemora */
.button.button-plemora {
/* Pleroma */
.button.button-pleroma {
color: #FFFFFF;
background-color: #0f161e;
}
.button.button-plemora:hover,
.button.button-plemora:focus {
.button.button-pleroma:hover,
.button.button-pleroma:focus {
filter: brightness(90%);
}

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -667,8 +667,8 @@ class ButtonSeeder extends Seeder
],
[
"name" => "plemora",
"alt" => "Plemora",
"name" => "pleroma",
"alt" => "Pleroma",
"exclude" => false,
"group" => "default",
"mb" => false,