Skip to content

Commit

Permalink
Update header
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnapatp committed Jan 6, 2022
1 parent 55d057b commit 3795ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function Header({
bthref,
}) {
return(
<div className="w-full bg-center bg-no-repeat bg-cover bg-[url('https://ronnapat.com/heroes.png')]">
<div className="w-full bg-center bg-no-repeat bg-cover bg-[url('https://ronnapatold2.vercel.app/heroes.png')]">
<div className='bg-opacity-50 bg-black'>
<div className="container flex flex-col px-6 lg:px-40 py-4 mx-auto md:h-128 md:py-16 md:flex-row md:items-center md:space-x-6">
<div className="right-0 hidden md:block md:w-[40%] md:mr-20">
Expand Down

1 comment on commit 3795ebc

@vercel
Copy link

@vercel vercel bot commented on 3795ebc Jan 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.