Skip to content

Commit

Permalink
Change stay updated button to apply
Browse files Browse the repository at this point in the history
  • Loading branch information
rileysw committed Dec 16, 2023
1 parent e5dc2e9 commit cb38fea
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps/site/src/app/(home)/sections/Landing/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ const Landing = () => {
<p className="font-display text-2xl md:text-3xl">
January 26&ndash;28
</p>
<Button
className="z-10"
text="Stay updated"
href="https://uci.us13.list-manage.com/subscribe?u=5976872928cd5681fbaca89f6&id=93333e11eb"
/>
<Button className="z-10" text="Apply" href="/apply" />
</div>
</section>
);
Expand Down

0 comments on commit cb38fea

Please sign in to comment.