Skip to content

Commit

Permalink
feat: add volunteer button (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 authored Apr 23, 2024
1 parent 8abef22 commit 3446fe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ const Splash = memo(() => {
Apply as Mentor
</a>
</div>
{/* <div className={cn.border}>
<div className={cn.border}>
<a
className={cn.app}
target="_blank"
rel="noreferrer noopener"
href=""
href="https://docs.google.com/forms/d/1g6CjdlOxet1fplwTCWQE8pZ-wKzHjku-t_a-bwRwK_Q/viewform"
>
Apply as Volunteer
</a>
</div> */}
</div>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@

.wrapper {
display: grid;
grid-template-columns: repeat(
2,
1fr
); // TODO: Turn into 3 columns when volunteer form is ready
grid-template-columns: repeat(3, 1fr);
column-gap: 20px;
row-gap: 10px;
max-width: 800px;
Expand Down

0 comments on commit 3446fe8

Please sign in to comment.