Skip to content

Commit

Permalink
Merge pull request #102 from HackAtUCI/update/apply-button
Browse files Browse the repository at this point in the history
Change "Stay Updated" button to "Apply"
  • Loading branch information
rileysw authored Dec 17, 2023
2 parents e5dc2e9 + 4717be4 commit 44ff58a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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
2 changes: 0 additions & 2 deletions apps/site/src/lib/components/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ const Button: React.FC<ButtonProps> = ({
return (
<Link
href={href}
target={isLightVersion ? "" : "_blank"}
rel="noopener noreferrer"
className={clsx(
styles.button,
isLightVersion && styles.lightButton,
Expand Down

0 comments on commit 44ff58a

Please sign in to comment.