review comments

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-02-17 10:52:53 +01:00
parent 0a033351be
commit ac0d932b0b
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ import { TableProps } from '@backstage/core-components';
import { TabProps } from '@material-ui/core';
import { UserListFilterKind } from '@backstage/plugin-catalog-react';
// @public (undocumented)
// @public @deprecated (undocumented)
export function AboutCard(props: AboutCardProps): JSX.Element;
// @public
@@ -83,7 +83,10 @@ export interface AboutCardProps {
variant?: InfoCardVariants;
}
/** @public */
/**
* @public
* @deprecated Please use EntityAboutCard instead
*/
export function AboutCard(props: AboutCardProps) {
const { variant } = props;
const classes = useStyles();