diff --git a/src/components/Sections/Components.tsx b/src/components/Sections/Components.tsx index ee661f19a45..785a55fd216 100644 --- a/src/components/Sections/Components.tsx +++ b/src/components/Sections/Components.tsx @@ -10,7 +10,7 @@ export const TextTitle = ({ }) => ( {children} @@ -20,7 +20,7 @@ export const TextTitle = ({ export const H3Title = ({ children }: { children: React.ReactNode }) => ( {children} @@ -34,7 +34,7 @@ export const TextDescription = ({ }) => (
{children} @@ -108,7 +108,7 @@ export const InlineLink = ({ export const BreakLine = () => (
); @@ -127,7 +127,7 @@ export const Sup = ({ {children} @@ -143,4 +143,4 @@ export const SupImg = ({ src }: { src: string }) => ( sm:w-[48px] sm:h-[48px] " /> -); +); \ No newline at end of file diff --git a/src/components/Sections/HomepageHeader.tsx b/src/components/Sections/HomepageHeader.tsx index dab3d7c036a..63272e1a899 100644 --- a/src/components/Sections/HomepageHeader.tsx +++ b/src/components/Sections/HomepageHeader.tsx @@ -59,7 +59,7 @@ export function HomepageHeader() {
-
+
Trusted by diff --git a/src/components/Sections/UseCases.tsx b/src/components/Sections/UseCases.tsx index fc048376b10..d0d539f9e73 100644 --- a/src/components/Sections/UseCases.tsx +++ b/src/components/Sections/UseCases.tsx @@ -23,12 +23,12 @@ function UCCard({ lead, title, desc, demoURL, children }: { sm:h-[182px]"> {children}
-
-
+
{lead}
-
{title}
-
{desc}
{lead === "Data Engineers" ? "Learn More" : "See it Live"}
diff --git a/src/components/Sections/UserFlow.tsx b/src/components/Sections/UserFlow.tsx index 11a596e5a48..708a9590a50 100644 --- a/src/components/Sections/UserFlow.tsx +++ b/src/components/Sections/UserFlow.tsx @@ -19,7 +19,7 @@ const Card = ({ icon, text, children }: {
{icon}
{text}
-
{children}
+
{children}
) const Arrow = () =>
diff --git a/src/components/Sections/WhyDevlake.tsx b/src/components/Sections/WhyDevlake.tsx index 719438e013a..2fbc7c26602 100644 --- a/src/components/Sections/WhyDevlake.tsx +++ b/src/components/Sections/WhyDevlake.tsx @@ -99,7 +99,7 @@ function Supports() {
Check out all {" "} diff --git a/src/components/Team/Committer.tsx b/src/components/Team/Committer.tsx index 40ce0bf76aa..1b1cb72642e 100644 --- a/src/components/Team/Committer.tsx +++ b/src/components/Team/Committer.tsx @@ -7,13 +7,13 @@ export function Committer() { return (

Committers

-

+

Committers contribute to the codebase and documentation, participate in discussions via the dev mailing list, work on the issue tracker and initiate many other activities to foster the dynamic and engaging community we all love.

Contributors

-

+

New contributors are always welcomed by our community. You will be awarded with a certificate once your first PRs get merged into the codebase. diff --git a/src/components/Team/PPMC.tsx b/src/components/Team/PPMC.tsx index 28a1cf0bcf0..ae26eb934a4 100644 --- a/src/components/Team/PPMC.tsx +++ b/src/components/Team/PPMC.tsx @@ -7,7 +7,7 @@ export function PPMC() { return (

diff --git a/src/css/custom.css b/src/css/custom.css index ab5dae3c9b1..20affe5f0ee 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -61,7 +61,7 @@ html[data-theme="dark"] .docusaurus-highlight-code-line { .section-title { @apply text-heading1 mb-[64px]; - @apply text-primary-800 font-semibold; + @apply text-primary-500 font-semibold; @apply sm:text-heading3; @apply mobile:mb-4 sm:mt-3 sm:mb-[36px]; } diff --git a/src/pages/index.js b/src/pages/index.js index ba8e56a85da..85704ddbb46 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -16,9 +16,9 @@ export default function Home() { -
+
-
+
@@ -32,4 +32,4 @@ export default function Home() {
); -} +} \ No newline at end of file diff --git a/src/pages/team/index.js b/src/pages/team/index.js index 3e8c152d99d..5d95ddc8a62 100644 --- a/src/pages/team/index.js +++ b/src/pages/team/index.js @@ -13,8 +13,8 @@ export default function Team() { -
-
+
+