Skip to content

Commit

Permalink
Merge pull request #201 from Bitshala/nits
Browse files Browse the repository at this point in the history
nits updated
  • Loading branch information
rajarshimaitra authored Nov 4, 2024
2 parents c9f41a3 + 5a74a87 commit 15224e6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/common/Carousel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function Carousel() {
to <br /> get started?"
</h1>

<p className="mx-4 mt-[40px] hidden text-center text-base md:text-base lg:block lg:text-2xl">
<p className="mx-4 mt-[40px] hidden text-center text-base lg:block lg:text-2xl">
Don’t worry, our club activities, meetups, and study
cohorts, will help make <br /> your Bitcoin journey
much more smoother, accessible, and fun.
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const list = [
{ name: "About", link: "/about" },
{
name: "Contact us",
link: "/bitspace/#contact_us",
link: "/about/#contact_us",
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/home/LinkCohort.astro
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</div>
<div class="mb-6 mt-5 flex justify-center lg:mb-10">
<a
class="my-auto flex rounded-xl bg-white px-8 pt-4 font-header font-medium sm:pt-3 lg:px-4 lg:py-3 lg:pt-5 lg:text-3xl"
class="my-auto flex rounded-xl bg-white px-8 pt-4 font-header font-medium sm:pt-3 lg:px-12 lg:py-3 lg:pt-5 lg:text-3xl"
href="https://discord.com/invite/STeQFVEWf9"
>
I’m in! Take me to Discord
Expand Down
2 changes: 2 additions & 0 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import AboutUs from "../components/common/AboutUs.astro";
import People from "../components/home/People.astro";
import Layout from "../layouts/Layout.astro";
import CollabWithUs from "../components/bitspace/CollabWithUs.astro";
const isVisible = true;
const headerProps = {
Expand Down Expand Up @@ -29,4 +30,5 @@ const headerProps = {
</div>
<AboutUs />
<People />
<CollabWithUs />
</Layout>
2 changes: 1 addition & 1 deletion src/pages/cohorts/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ const isVisible = true;
header="Checkout some of the FAQs"
client:visible
/>
<Carousel client:visible />
<!-- <Carousel client:visible /> -->
</Layout>

0 comments on commit 15224e6

Please sign in to comment.