mirror of https://github.com/stashapp/stash.git
Change gallery icon to images (#1167)
This commit is contained in:
parent
bde5d07afb
commit
16da483674
|
@ -95,7 +95,7 @@ const allMenuItems: IMenuItem[] = [
|
|||
name: "galleries",
|
||||
message: messages.galleries,
|
||||
href: "/galleries",
|
||||
icon: "image",
|
||||
icon: "images",
|
||||
},
|
||||
{
|
||||
name: "performers",
|
||||
|
|
|
@ -265,7 +265,7 @@ export const SceneCard: React.FC<ISceneCardProps> = (
|
|||
return (
|
||||
<HoverPopover placement="bottom" content={popoverContent}>
|
||||
<Button className="minimal">
|
||||
<Icon icon="image" />
|
||||
<Icon icon="images" />
|
||||
<span>{props.scene.galleries.length}</span>
|
||||
</Button>
|
||||
</HoverPopover>
|
||||
|
|
Loading…
Reference in New Issue