Skip to content

Commit

Permalink
Merge pull request #1453 from acm-ucr/raulrazo/FixResume
Browse files Browse the repository at this point in the history
Fixed resume
  • Loading branch information
shahdivyank authored Jun 26, 2024
2 parents 44de99c + d9da411 commit c454eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/admin/dashboards/dashboard/Modal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ const Modal = ({ data, setModal }) => {
className="hover:cursor-pointer text-white hover:!text-red-500 text-xl"
/>
</div>
<div className="px-3 rounded-b-xl py-2 border-x-2 border-b-2 border-hackathon-darkgray bg-hackathon-page relative flex w-full h-full justify-center">
<div className="px-3 rounded-b-xl py-2 border-b-2 border-hackathon-darkgray relative flex w-full h-full justify-center bg-hackathon-green-300">
<embed
fill={true}
className="object-cover"
className="object-cover w-full h-full"
src={data.src}
alt="Photo of the Judge"
/>
Expand Down

0 comments on commit c454eb8

Please sign in to comment.