Skip to content

Commit

Permalink
Merge branch 'raymond/user-profile-ii' of https://github.com/acmucsd/…
Browse files Browse the repository at this point in the history
…membership-portal-ui-v2 into raymond/user-profile-ii
  • Loading branch information
raymosun committed Jan 10, 2024
2 parents 8a0198f + 103f6bb commit 4270cfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/profile/Preview/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
align-items: center;
display: flex;
flex-direction: column;
position: sticky;
text-align: center;
top: 4rem;

.pfp {
border-radius: 50%;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const getServerSidePropsFunc: GetServerSideProps = async ({ req, res }) => {

return {
redirect: {
destination: `${config.userProfileRoute}/${user.handle}`,
destination: `${config.userProfileRoute}${user.handle}`,
permanent: false,
},
};
Expand Down

0 comments on commit 4270cfe

Please sign in to comment.