Skip to content

Commit bff7b12

Browse files
committed
fix: remove unused class
1 parent 65b9753 commit bff7b12

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ export default function Index({ posts, globalData }) {
4949
<Footer copyrightText={globalData.footerText} />
5050
<GradientBackground
5151
variant="large"
52-
className="fixed left-0 top-20 opacity-40 dark:opacity-60"
52+
className="fixed top-20 opacity-40 dark:opacity-60"
5353
/>
5454
<GradientBackground
5555
variant="small"
56-
className="absolute left-0 bottom-0 opacity-20 dark:opacity-10"
56+
className="absolute bottom-0 opacity-20 dark:opacity-10"
5757
/>
5858
</Layout>
5959
);

pages/posts/[slug].js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ export default function PostPage({
8888
<Footer copyrightText={globalData.footerText} />
8989
<GradientBackground
9090
variant="large"
91-
className="absolute left-0 -top-32 opacity-30 dark:opacity-50"
91+
className="absolute -top-32 opacity-30 dark:opacity-50"
9292
/>
9393
<GradientBackground
9494
variant="small"
95-
className="absolute left-0 bottom-0 opacity-20 dark:opacity-10"
95+
className="absolute bottom-0 opacity-20 dark:opacity-10"
9696
/>
9797
</Layout>
9898
);

0 commit comments

Comments
 (0)