Skip to content

Commit

Permalink
Fixed issue with quote character
Browse files Browse the repository at this point in the history
  • Loading branch information
stvnbash committed Aug 12, 2022
1 parent d9d7867 commit ad68c98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/signin.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export default function Home() {
<div className="m-auto text-ecrDarkBlue">
<p className='text-4xl mb-4 font-bold text-center'>MyECR is loading</p>
<p className='text-base font-semibold'>Is this page frozen?</p>
<p className='text-base font-semibold'>Click "Home" at the top to proceed.</p>
<p className='text-base font-semibold'>Click <span className='font-bold'>&quot;Home&quot;</span> at the top to proceed.</p>
</div>
</>
)
}
}

1 comment on commit ad68c98

@vercel
Copy link

@vercel vercel bot commented on ad68c98 Aug 12, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

myecr – ./

myecr.vercel.app
myecr-git-main-bash.vercel.app
myecr-bash.vercel.app

Please sign in to comment.