mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
added deletion badge
This commit is contained in:
parent
3c844e9b27
commit
6eafc227da
3 changed files with 69 additions and 45 deletions
10
src/components/node/NodeDeletedBadge/index.tsx
Normal file
10
src/components/node/NodeDeletedBadge/index.tsx
Normal file
|
@ -0,0 +1,10 @@
|
|||
import React, { FC } from 'react';
|
||||
import styles from './styles.scss';
|
||||
|
||||
interface IProps {}
|
||||
|
||||
const NodeDeletedBadge: FC<IProps> = ({}) => {
|
||||
return <div className={styles.badge}>Эта ячейка заблокирована. Её не никто не увидит.</div>;
|
||||
};
|
||||
|
||||
export { NodeDeletedBadge };
|
Loading…
Add table
Add a link
Reference in a new issue