Skip to content

Commit fc7dd74

Browse files
Merge branch 'main' of https://github.com/codersforcauses/game-dev into issue-55-Add_member_social_media_info
2 parents e736f58 + 701ae83 commit fc7dd74

14 files changed

Lines changed: 363 additions & 256 deletions

client/package-lock.json

Lines changed: 52 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"@tanstack/react-query": "^5.80.7",
2323
"@tanstack/react-query-devtools": "^5.80.7",
2424
"autoprefixer": "^10.4.21",
25-
"axios": "^1.12.0",
25+
"axios": "^1.13.5",
2626
"class-variance-authority": "^0.7.1",
2727
"clsx": "^2.1.1",
2828
"framer-motion": "^12.23.24",
2929
"is-inside-container": "^1.0.0",
3030
"lucide-react": "^0.516.0",
31-
"next": "15.4.11",
31+
"next": "15.5.10",
3232
"react": "19.1.0",
3333
"react-dom": "19.1.0",
3434
"react-social-icons": "^6.25.0",

client/public/frame.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

client/public/pixel-art-frame.svg

Lines changed: 9 additions & 0 deletions
Loading

client/src/components/main/MemberProfile.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ export function MemberProfile({ member }: MemberProfileProps) {
5959
)}
6060
</div>
6161
<Image
62-
src="/frame.svg"
62+
src="/pixel-art-frame.svg"
6363
alt="golden pixel art frame around profile picture"
64-
width={176}
65-
height={192}
66-
className="z-0 h-48 w-44"
64+
width={200}
65+
height={200}
66+
className="z-10"
6767
/>
6868
</div>
6969
<div className="flex w-4/5 flex-col gap-2 rounded-md p-2.5 font-firaCode">

0 commit comments

Comments
 (0)