mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 20:30:52 +01:00
Use a transparent SCMM logo in plugin center (#1936)
This replaces the SCM-Manager logo for the plugins without own icons with a version with a transparent background to make it less intense in dark themes.
This commit is contained in:
2
gradle/changelog/plugin_center_logo.yaml
Normal file
2
gradle/changelog/plugin_center_logo.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
- type: changed
|
||||
description: SCM-Manager icon in the plugin center has a transparent background ([#1936](https://github.com/scm-manager/scm-manager/pull/1936))
|
||||
BIN
scm-ui/ui-webapp/public/images/blibTransparentBG.png
Normal file
BIN
scm-ui/ui-webapp/public/images/blibTransparentBG.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
@@ -50,7 +50,7 @@ export default class PluginAvatar extends React.Component<Props> {
|
||||
plugin
|
||||
}}
|
||||
>
|
||||
<Image src={plugin.avatarUrl ? plugin.avatarUrl : "/images/blib.jpg"} alt="Logo" />
|
||||
<Image src={plugin.avatarUrl ? plugin.avatarUrl : "/images/blibTransparentBG.png"} alt="Logo" />
|
||||
</ExtensionPoint>
|
||||
</BoundingBox>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user