Skip to content

Commit af251de

Browse files
committed
Rename appicon
1 parent a87c6fc commit af251de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/server-admin-ui/src/views/appstore/Apps/AppIcon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function AppIcon({ name, isPlugin }) {
1212
}
1313

1414
return (
15-
<div className="icon bg-light d-flex align-items-center justify-content-center aspect-square rounded position-relative">
15+
<div className="appicon bg-light d-flex align-items-center justify-content-center aspect-square rounded position-relative">
1616
<FontAwesomeIcon icon={icon} size="2x" className="text-secondary" />
1717
<img
1818
loading="lazy"

packages/server-admin-ui/src/views/appstore/appStore.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@
117117
justify-content: flex-end;
118118
}
119119

120-
.icon,
121-
.icon img {
120+
.appicon,
121+
.appicon img {
122122
width: 72px;
123123
height: 72px;
124124
object-fit: contain;

0 commit comments

Comments
 (0)