Skip to content

Commit 8172f30

Browse files
mootodaymikeesto
andauthored
Update apps/site/components/Icons/Platform/Devbox.tsx
Co-authored-by: Michael Esteban <[email protected]> Signed-off-by: @mootoday <[email protected]>
1 parent 9873da0 commit 8172f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/components/Icons/Platform/Devbox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { FC, SVGProps } from 'react';
22

3-
const Choco: FC<SVGProps<SVGSVGElement>> = props => (
3+
const Devbox: FC<SVGProps<SVGSVGElement>> = props => (
44
<svg
55
xmlns="http://www.w3.org/2000/svg"
66
width="32"

0 commit comments

Comments
 (0)