add standard button

This commit is contained in:
msosic97
2022-03-14 11:53:42 +01:00
parent 781f46328d
commit d49328fea4
6 changed files with 53 additions and 3 deletions

View File

@@ -3,7 +3,10 @@ import { ReactComponent as ArrowRight } from '../../assets/arrow-right.svg';
const rightBtn = (props) => {
return (
<ArrowRight/>
<div className='right-button'>
<ArrowRight/>
</div>
);
}