Skip to content

Commit 0339243

Browse files
committed
refactor fix
1 parent ccb2cdd commit 0339243

7 files changed

Lines changed: 5 additions & 166 deletions

File tree

src/components/Home/TextCloud.js

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/components/Home/[]Top.js

Lines changed: 0 additions & 49 deletions
This file was deleted.

src/components/Home/[]View.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/components/Item/HeroItem.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
import React from "react"
22
import styled from "@emotion/styled"
3-
import { ThinContainer, Description } from "../common"
43

54
import SocialShare from "./SocialShare"
65
import Contributors from "./Contributors"
76

7+
import { ThinContainer, Description } from "../common"
8+
89
import { FiPrinter } from "react-icons/fi"
910

1011
const HeroItemContainer = styled.div`

src/components/Print/PrintContent.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,11 +270,9 @@ const PrintContent = ({ data: rawData, filename, contributors }) => {
270270
</PrintSheetTitle>
271271
</PrintSheet>
272272
<PrintButton>
273-
<Button
274-
onClick={() => window.print()}
275-
text="প্রিন্ট করুন"
276-
bgColor="#02b3e4"
277-
/>
273+
<Button onClick={() => window.print()} bgColor="#02b3e4">
274+
প্রিন্ট করুন
275+
</Button>
278276
</PrintButton>
279277
</PrintSingleContent>
280278
)

src/components/common/seo.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/**
2-
* SEO component that queries for data with
3-
* Gatsby's useStaticQuery React hook
4-
*
5-
* See: https://www.gatsbyjs.org/docs/use-static-query/
6-
*/
7-
81
import React from "react"
92
import PropTypes from "prop-types"
103
import Helmet from "react-helmet"

src/components/navbar.js

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)