Skip to content

Commit

Permalink
search App Activity ver 1
Browse files Browse the repository at this point in the history
  • Loading branch information
sayoungestguy committed Oct 13, 2024
1 parent cf638e7 commit 435d021
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 102 deletions.
3 changes: 2 additions & 1 deletion src/main/webapp/app/entities/search/commonNameCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ export const CommonNameCard = ({ key, id, profilePic, nickname, jobRole }) => {
style={{
border: '2px solid navy',
borderRadius: '10px',
width: '300px',
width: '45%',
padding: '10px',
display: 'flex',
flexDirection: 'row',
alignItems: 'center',
marginRight: '2rem',
}}
>
{/* Display Picture Placeholder */}
Expand Down
Loading

0 comments on commit 435d021

Please sign in to comment.