Skip to content

Commit

Permalink
merge-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IkkiOcean committed Nov 9, 2024
1 parent bfa972a commit 3e8c6ff
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions frontend/src/Pages/Profile.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useState, useEffect } from 'react
import { useState, useEffect } from 'react'
import { useParams, useLocation } from 'react-router-dom'

import axios from 'axios'
Expand Down Expand Up @@ -134,7 +134,10 @@ export default function UserProfile() {
<div className="bg-white min-h-screen">
{/* Banner and Profile Picture */}

<div className="relative h-48 bg-gradient-to-r from-red-500 to-red-600">
<div className="relative h-48 bg-gradient-to-r from-red-500 to-red-600 bg-cover bg-center" style={{ backgroundImage: 'url(https://cdn.pixabay.com/photo/2022/04/30/19/12/cooking-banner-7166200_1280.jpg)' }}>




<div className="absolute -bottom-16 left-8">
<img
Expand Down

0 comments on commit 3e8c6ff

Please sign in to comment.