diff options
| author | Jay V <[email protected]> | 2025-08-11 13:21:59 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-08-11 13:21:59 -0400 |
| commit | 038689847698725a746fc8c88b4dc655f0a9d6a6 (patch) | |
| tree | cb53129e903f6f855f7cbfe2fde41155c938cbc1 /packages/web/src/components/icons | |
| parent | 5e777fd2a2d821003bfc7aa39bf5c5cd158b6c5b (diff) | |
| download | opencode-038689847698725a746fc8c88b4dc655f0a9d6a6.tar.gz opencode-038689847698725a746fc8c88b4dc655f0a9d6a6.zip | |
docs: comment out thinking blocks for share page
Diffstat (limited to 'packages/web/src/components/icons')
| -rw-r--r-- | packages/web/src/components/icons/custom.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web/src/components/icons/custom.tsx b/packages/web/src/components/icons/custom.tsx index 8023032e5..ffa4fea82 100644 --- a/packages/web/src/components/icons/custom.tsx +++ b/packages/web/src/components/icons/custom.tsx @@ -75,7 +75,7 @@ export function IconRobot(props: JSX.SvgSVGAttributes<SVGSVGElement>) { } // https://icones.js.org/collection/ri?s=brain&icon=ri:brain-2-line -export function IconBrain(props: JSX.SvgSVGAttributes<SVGSVGElement>) { +/* export function IconBrain(props: JSX.SvgSVGAttributes<SVGSVGElement>) { return ( <svg {...props} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path @@ -84,4 +84,4 @@ export function IconBrain(props: JSX.SvgSVGAttributes<SVGSVGElement>) { /> </svg> ) -} +} */ |
