Skip to content

Commit

Permalink
Merge pull request #703 from Realmlist/main
Browse files Browse the repository at this point in the history
Fix Pleroma typo
  • Loading branch information
JulianPrieber committed Jan 26, 2024
2 parents b0d265b + c646711 commit 3097bdd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions assets/linkstack/css/brands.css
Expand Up @@ -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%);
}

Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions database/seeders/ButtonSeeder.php
Expand Up @@ -667,8 +667,8 @@ public function run()
],

[
"name" => "plemora",
"alt" => "Plemora",
"name" => "pleroma",
"alt" => "Pleroma",
"exclude" => false,
"group" => "default",
"mb" => false,
Expand Down

0 comments on commit 3097bdd

Please sign in to comment.