Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/app/join/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import How from "@/components/join/how";
// import JoinUs from "@/components/join/JoinUs";

const Join = () => {
return <How />;
Expand Down
4 changes: 2 additions & 2 deletions src/components/join/JoinUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Image from "next/image";
const JoinUs = () => {
return (
<div className="min-h-screen">
<div className="flex flex-col items-center justify-center pt-20">
<div className="flex flex-col items-center justify-center pt-20 not-visited:flex-col md:flex">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<div className="flex flex-col items-center justify-center pt-20 not-visited:flex-col md:flex">
<div className="flex flex-col items-center justify-center pt-20">

these dont seem to affect the styling

<Heading title="Join Us" />
<p className="text-ascend-dark-blue mt-15 w-2/3 text-center text-2xl">
Ascend is a national non-profit organization that is advancing
Expand All @@ -18,7 +18,7 @@ const JoinUs = () => {
src="/home/ascend.webp"
alt="Logo"
fill
className="object-cover"
className="w-full object-cover md:h-full"
priority
/>
</div>
Expand Down
Loading