Skip to content

Commit

Permalink
Update Heading.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
iambpn committed Jun 24, 2021
1 parent 81998da commit 21ad95c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/header/Heading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ export default function Heading(props: any) {
return (
<div className="border-bottom border-secondary">
<div className="container">
<div className="m-3">
<div className="m-2">
{
showBackBtn &&
(<div className="float-start mt-2">
(<div className="float-start mt-3">
<span className="btn btn-outline-success" onClick={handleBack}>
&larr; Back
</span>
</div>)

}
<nav className="navbar navbar-dark bg-dark justify-content-center border-0">
<img src="./public_assets/images/logo-YTS.svg" alt="Logo" className="d-inline-block align-top"/>
<img src="./public_assets/images/logo_final.png" alt="Logo" className="d-inline-block align-top"/>
</nav>
<div className="position-absolute" style={{top: "27px", right: "150px"}}>
{/*Setting Icon*/}
Expand Down

0 comments on commit 21ad95c

Please sign in to comment.