fix: stu test fixes

- QR code url was hardcoded
- fix language in add menus
- changed release symbol
- changed order of release and reload
This commit is contained in:
cv
2021-10-25 22:19:02 +02:00
parent 23ef4ce155
commit 5a87668fac
7 changed files with 12 additions and 12 deletions
@@ -1,11 +1,11 @@
import { IconButton } from '@chakra-ui/button';
import { FiCornerLeftUp } from 'react-icons/fi';
import { FiXOctagon } from 'react-icons/fi';
export default function UnloadIconBtn(props) {
const { clickhandler, ...rest } = props;
return (
<IconButton
icon={<FiCornerLeftUp />}
icon={<FiXOctagon />}
colorScheme='whiteAlpha'
backgroundColor='#ffffff05'
variant='outline'