Skip to content

Commit

Permalink
Merge pull request #15 from DimensionDev/refactor/update-partners
Browse files Browse the repository at this point in the history
  • Loading branch information
guanbinrui authored Nov 27, 2023
2 parents d879a65 + 06f4b5e commit 9047057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/JoinCommunity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ import maskImage from "../images/image_mask.png";
// todo: color
export const JoinCommunity = () => {
return (
<div className="container mx-auto mt-16">
<div className="container mx-auto mt-16 pb-48 sm:pb-4">
<h2 className="sm:leading-relaxed h2 font-semibold mx-auto text-center mt-8 min-w-280">
Join the Mask Network Community
</h2>
<p className="description-text text-center m4-8 px-6 w-full mx-auto font-light">
Mask Network is trusted and supported by an active community of users
and contributors. Join us!
</p>
<div className="flex justify-between min-lg:w-2/3 md:w-4/5 mx-auto font-semibold text-xl mt-16 max-md:text-sm px-2 mb-16">
<div className="flex justify-between min-lg:w-2/3 md:w-4/5 mx-auto font-semibold text-xl mt-16 max-md:text-sm px-2">
<a
href="https://github.com/DimensionDev"
className="flex flex-col items-center w-24 max-sm:w-24"
Expand Down
2 changes: 0 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import AvatarSvg from "../images/outsvg/avatar.svg";

import { JoinCommunity } from "../components/JoinCommunity";
import { BrowserExtension } from "../components/BrowserExtension";
import { Partner } from "../components/Partner";
import { Background } from "../components/Background";

const sectionConfig = [
Expand Down Expand Up @@ -102,7 +101,6 @@ const IndexPage = () => {
</div>
<div className="bg-gradient-to-b from-white to-gray-background w-full">
<JoinCommunity />
<Partner />
</div>
</Layout>
);
Expand Down

0 comments on commit 9047057

Please sign in to comment.