diff options
Diffstat (limited to 'frontend/src/components/DeckyIcon.tsx')
| -rw-r--r-- | frontend/src/components/DeckyIcon.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/DeckyIcon.tsx b/frontend/src/components/DeckyIcon.tsx index 85cc2ad7..f07f46d3 100644 --- a/frontend/src/components/DeckyIcon.tsx +++ b/frontend/src/components/DeckyIcon.tsx @@ -1,7 +1,7 @@ import { FC, SVGAttributes } from 'react'; const DeckyIcon: FC<SVGAttributes<SVGElement>> = (props) => ( - <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 456" {...props}> + <svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" viewBox="0 0 512 456" {...props}> <g> <path style={{ fill: 'none' }} |
