summaryrefslogtreecommitdiff
path: root/frontend/src/components/DeckyIcon.tsx
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2024-07-28 18:19:55 -0400
committerAAGaming <aagaming@riseup.net>2024-08-03 14:04:20 -0400
commit4cf80595ad61107a4edb2041e63983329f23ccb7 (patch)
treef6353008999c12f0ee49e3647a54c47275c79c73 /frontend/src/components/DeckyIcon.tsx
parent4c23549748e71c061ea2fc1f8fa9262f15018cfc (diff)
downloaddecky-loader-4cf80595ad61107a4edb2041e63983329f23ccb7.tar.gz
decky-loader-4cf80595ad61107a4edb2041e63983329f23ccb7.zip
feat(toaster):add support for dismissing toasts and new indicator
Diffstat (limited to 'frontend/src/components/DeckyIcon.tsx')
-rw-r--r--frontend/src/components/DeckyIcon.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/DeckyIcon.tsx b/frontend/src/components/DeckyIcon.tsx
index fce249e3..85cc2ad7 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" width="512" height="456" {...props}>
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 456" {...props}>
<g>
<path
style={{ fill: 'none' }}