Skip to content

Commit

Permalink
Change the default wiki logo (#421)
Browse files Browse the repository at this point in the history
* Change the default wiki logo

Bug: T355563

* sync dist-persist with dist

* fix: Change logo source

* fix: Undo unnecessary change

* add logos files

* Switch to using an SVG

---------

Co-authored-by: Dat <[email protected]>
Co-authored-by: Andrew Kostka <[email protected]>
  • Loading branch information
3 people authored Dec 12, 2024
1 parent a8f686d commit 717726e
Show file tree
Hide file tree
Showing 4 changed files with 430 additions and 2 deletions.
214 changes: 214 additions & 0 deletions dist-persist/resources/assets/wikibase_cloud.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist-persist/wbstack/src/Settings/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
if( $wgLogos["1x"] === null ) {
// Fallback to the mediawiki logo without the wgLogo overlay
$wgLogos = [
"1x" => "/w/resources/assets/mediawiki.png",
"1x" => "/w/resources/assets/wikibase_cloud.svg",
];
}

Expand Down
Loading

0 comments on commit 717726e

Please sign in to comment.