Skip to content

Commit 6983a3d

Browse files
committed
fix: update UserCard component styles for improved visual clarity and add pnpm workspace configuration
1 parent 7d964ce commit 6983a3d

File tree

4 files changed

+23
-1
lines changed

4 files changed

+23
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"dependencies": {
1212
"@auth/prisma-adapter": "^2.9.0",
1313
"@prisma/client": "6.7.0",
14+
"@specy/liquid-glass-react": "^1.0.2",
1415
"axios": "^1.9.0",
1516
"dotenv": "^16.5.0",
1617
"lucide-react": "^0.507.0",

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
onlyBuiltDependencies:
2+
- '@prisma/client'
3+
- '@prisma/engines'
4+
- '@tailwindcss/oxide'
5+
- prisma
6+
- sharp
7+
- unrs-resolver

src/components/Profile/UserCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const UserCard: React.FC<UserCardProps> = ({
6363
const shortVersion = version.includes('CHUNITHM') ? version.split('CHUNITHM ')[1] : version
6464

6565
return (
66-
<div className="flex flex-col items-center justify-between gap-6 rounded-2xl border border-white/40 px-8 py-8 shadow-xl backdrop-blur-2xl md:flex-row md:items-end dark:border-white/10">
66+
<div className="flex flex-col items-center justify-between gap-6 rounded-2xl border border-white/40 px-8 py-8 shadow-xl backdrop-blur-sm md:flex-row md:items-end dark:border-white/10">
6767
<div className="flex flex-1 flex-col items-center gap-3 md:items-start">
6868
<div className="flex w-full max-w-xs flex-col gap-1 text-center">
6969
{honners.map((h, i) => (

0 commit comments

Comments
 (0)