Skip to content

Commit

Permalink
profile-banner-gradient-added
Browse files Browse the repository at this point in the history
  • Loading branch information
IkkiOcean committed Nov 9, 2024
1 parent 2edca11 commit 0070fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Pages/Profile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default function UserProfile() {
return (
<div className="bg-white min-h-screen">
{/* Banner and Profile Picture */}
<div className="relative h-48 bg-red-700">
<div className="relative h-48 bg-gradient-to-r from-red-500 to-red-600">
<div className="absolute -bottom-16 left-8">
<img
src={imagePreview}
Expand Down

0 comments on commit 0070fe8

Please sign in to comment.