mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
feat: review facts
This commit is contained in:
parent
987201edd3
commit
373ccf351a
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ import Icon from '@stremio/stremio-icons/react';
|
|||
import styles from './IconsGroup.less';
|
||||
import { Tooltip } from 'stremio/common/Tooltips';
|
||||
|
||||
type GroupItem = {
|
||||
type Item = {
|
||||
icon: string;
|
||||
label?: string;
|
||||
filled?: string;
|
||||
|
|
@ -16,7 +16,7 @@ type GroupItem = {
|
|||
};
|
||||
|
||||
type Props = {
|
||||
items: GroupItem[];
|
||||
items: Item[];
|
||||
className?: string;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue