forked from mirror/chinese-colors
remove some elements
This commit is contained in:
parent
2aeb69ad35
commit
65fc27feee
@ -29,7 +29,7 @@ export default function ICP() {
|
||||
target="_blank"
|
||||
href="http://www.beian.miit.gov.cn/"
|
||||
>
|
||||
京ICP备16015459号-1
|
||||
-
|
||||
</a>
|
||||
</StyledWrapper>
|
||||
);
|
||||
|
@ -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 && (
|
||||
|
Loading…
Reference in New Issue
Block a user