We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e2b99 commit 4ed5d57Copy full SHA for 4ed5d57
src/pages/home/index.jsx
@@ -335,7 +335,7 @@ const Home = () => {
335
336
return (
337
<FixTabPanel ref={scrollRef}>
338
- <button onClick={saveSvgAsFile}>保存 SVG</button>
+ {/* <button onClick={saveSvgAsFile}>保存 SVG</button> */}
339
<section className={styles.avatar} style={{ margin: '10px 0', fontSize: 24 }}>
340
<ColorfulText text={`React version: ${version}`} />
341
</section>
0 commit comments