mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
comments mock
This commit is contained in:
parent
bdf7ba1ccb
commit
2a6604afaf
18 changed files with 340 additions and 12 deletions
|
@ -33,7 +33,11 @@ export const SidePane: FC<IProps> = ({
|
|||
|
||||
return (
|
||||
<div className={styles.pane} style={{ transform: `translate(${left}px, 0px)` }}>
|
||||
<div className={classNames(styles.group, 'logo')} />
|
||||
<div
|
||||
className={classNames(styles.group, 'logo')}
|
||||
>
|
||||
<div>V</div>
|
||||
</div>
|
||||
|
||||
<div className={styles.group}>
|
||||
<div className={styles.btn} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue