Skip to content

Commit 16e493d

Browse files
committed
fix: updated changes
1 parent c8ec04a commit 16e493d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/components/pages/home/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function HomePage({ accountId }: { accountId: string | undefined }) {
121121
}}
122122
className="text-3xl md:text-6xl text-center font-extrabold tracking-wide text-black dark:text-white md:text-right"
123123
>
124-
What is <br /> Palettegram?
124+
What is Palettegram?
125125
</motion.h1>
126126
<motion.p
127127
initial={{ opacity: 0, x: 100 }}
@@ -232,7 +232,7 @@ function HomePage({ accountId }: { accountId: string | undefined }) {
232232
}}
233233
className="text-3xl md:text-6xl text-center font-extrabold tracking-wide text-black dark:text-white md:text-right"
234234
>
235-
Create, Showcase <br /> Collaborate
235+
Create, Showcase Collaborate
236236
</motion.h1>
237237
<motion.p
238238
initial={{ opacity: 0, x: 100 }}

src/styles/globals.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
@tailwind base;
22
@tailwind components;
33
@tailwind utilities;
4-
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
54

65
* {
76
margin: 0;
@@ -42,9 +41,6 @@ body {
4241
.custom-shadow {
4342
filter: drop-shadow(0 5px 150px rgba(182, 0, 85, 0.75));
4443
}
45-
.sub-section {
46-
filter: invert(10%) sepia(79%) saturate(7012%) hue-rotate(325deg) brightness(84%) contrast(101%);
47-
}
4844
}
4945

5046
@layer components {

0 commit comments

Comments
 (0)