Skip to content

Commit

Permalink
Merge branch 'main' into footer-logos-update
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka authored Dec 12, 2024
2 parents 1243acc + 717726e commit 3678017
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 3678017

Please sign in to comment.