Skip to content

Commit

Permalink
fix: update register header to be center aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchan32 committed Nov 13, 2024
1 parent 9c79f7e commit 8742876
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/badge/adduser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export async function addUser(userData: UserData) {
const uniqueUrl = await generateUniqueUrl(baseUrl);

const { email } = userData;
console.log({ userData });

await User.findOneAndUpdate(
{ email },
Expand Down
5 changes: 5 additions & 0 deletions src/components/About/RegisterButton/RegisterButton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
justify-content: center;
max-width: 780px;
padding-bottom: 5rem;

h2 {
text-align: center;
}

#register-button-link {
display: grid;
place-items: center;
Expand Down

0 comments on commit 8742876

Please sign in to comment.