remove some elements

This commit is contained in:
zhangyuheng 2024-07-31 15:01:25 +08:00
parent 2aeb69ad35
commit 65fc27feee
2 changed files with 1 additions and 4 deletions

View File

@ -29,7 +29,7 @@ export default function ICP() {
target="_blank"
href="http://www.beian.miit.gov.cn/"
>
京ICP备16015459号-1
-
</a>
</StyledWrapper>
);

View File

@ -65,7 +65,6 @@ const Index = () => {
return (
<Suspense fallback={<Loading color="rgba(57, 47, 65, 0.8)" size="4" sizeUnit="rem" />}>
<Wrapper>
<Bgm />
<aside className="colorSet">
<ColorSet sets={sets} currSetName={currSet.name} setCurrSet={updateCurrSet} />
</aside>
@ -89,10 +88,8 @@ const Index = () => {
<ColorTitle {...currColor}></ColorTitle>
<Header rgb={currColor.RGB} />
<section className="btns">
<IconInfo showInfoModal={showModal} />
<IconImage path={`share/${currColor.id}`} />
<IconScreenshot showPreview={showPreview} />
<IconTwitter />
</section>
</Wrapper>
{preview && (