1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

styles and back button

This commit is contained in:
muerwre 2019-07-27 07:08:22 +07:00
parent 1b37ed4bbf
commit c13c0fcc3c
7 changed files with 14 additions and 12 deletions

View file

@ -55,9 +55,7 @@ export const SidePane: FC<IProps> = ({
<div className={styles.flexy} />
<div className={styles.group}>
<div className={styles.btn} />
</div>
<div className={styles.btn}>S</div>
</div>
);
};