Skip to content

Commit

Permalink
refactor: remove unnecessary comments (#25)
Browse files Browse the repository at this point in the history
Remove unnecessary comments in `src/utils/generateOgImage.tsx`.
  • Loading branch information
Alaev committed Feb 1, 2023
1 parent d9a2ffe commit 29e0776
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/utils/generateOgImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const ogImage = (text: string) => {
border: "4px solid #000",
background: "#ecebeb",
opacity: "0.9",
// filter: "blur(10px)",
borderRadius: "4px",
display: "flex",
justifyContent: "center",
Expand All @@ -53,7 +52,6 @@ const ogImage = (text: string) => {
style={{
border: "4px solid #000",
background: "#fefbfb",
// boxShadow: "24px 26px 8px 0px #ccc ",
borderRadius: "4px",
display: "flex",
justifyContent: "center",
Expand Down Expand Up @@ -118,7 +116,6 @@ const ogImage = (text: string) => {
const options: SatoriOptions = {
width: 1200,
height: 630,
// debug: true,
embedFont: true,
fonts: [
{
Expand Down

0 comments on commit 29e0776

Please sign in to comment.