Skip to content

Commit

Permalink
Update apps/site/components/Icons/Platform/Devbox.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Esteban <mickel13@gmail.com>
Signed-off-by: @mootoday <154029656+mootoday@users.noreply.github.com>
  • Loading branch information
mootoday and mikeesto authored Dec 29, 2024
1 parent 9873da0 commit 8172f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/components/Icons/Platform/Devbox.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { FC, SVGProps } from 'react';

const Choco: FC<SVGProps<SVGSVGElement>> = props => (
const Devbox: FC<SVGProps<SVGSVGElement>> = props => (
<svg
xmlns="http://www.w3.org/2000/svg"
width="32"
Expand Down

0 comments on commit 8172f30

Please sign in to comment.