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"
|
target="_blank"
|
||||||
href="http://www.beian.miit.gov.cn/"
|
href="http://www.beian.miit.gov.cn/"
|
||||||
>
|
>
|
||||||
京ICP备16015459号-1
|
-
|
||||||
</a>
|
</a>
|
||||||
</StyledWrapper>
|
</StyledWrapper>
|
||||||
);
|
);
|
||||||
|
@ -65,7 +65,6 @@ const Index = () => {
|
|||||||
return (
|
return (
|
||||||
<Suspense fallback={<Loading color="rgba(57, 47, 65, 0.8)" size="4" sizeUnit="rem" />}>
|
<Suspense fallback={<Loading color="rgba(57, 47, 65, 0.8)" size="4" sizeUnit="rem" />}>
|
||||||
<Wrapper>
|
<Wrapper>
|
||||||
<Bgm />
|
|
||||||
<aside className="colorSet">
|
<aside className="colorSet">
|
||||||
<ColorSet sets={sets} currSetName={currSet.name} setCurrSet={updateCurrSet} />
|
<ColorSet sets={sets} currSetName={currSet.name} setCurrSet={updateCurrSet} />
|
||||||
</aside>
|
</aside>
|
||||||
@ -89,10 +88,8 @@ const Index = () => {
|
|||||||
<ColorTitle {...currColor}></ColorTitle>
|
<ColorTitle {...currColor}></ColorTitle>
|
||||||
<Header rgb={currColor.RGB} />
|
<Header rgb={currColor.RGB} />
|
||||||
<section className="btns">
|
<section className="btns">
|
||||||
<IconInfo showInfoModal={showModal} />
|
|
||||||
<IconImage path={`share/${currColor.id}`} />
|
<IconImage path={`share/${currColor.id}`} />
|
||||||
<IconScreenshot showPreview={showPreview} />
|
<IconScreenshot showPreview={showPreview} />
|
||||||
<IconTwitter />
|
|
||||||
</section>
|
</section>
|
||||||
</Wrapper>
|
</Wrapper>
|
||||||
{preview && (
|
{preview && (
|
||||||
|
Loading…
Reference in New Issue
Block a user