Skip to content

Commit

Permalink
Refactor: Fix logo position
Browse files Browse the repository at this point in the history
  • Loading branch information
chavdar12 committed Oct 25, 2023
1 parent ba44cde commit 9ad4e28
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/blocks/ForgotPassword/ForgotPassword.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const ForgotPassword = () => {
<Block classes="forgot-password">
<Grid md={8} lg={12} classes="forgot-password__grid">
<GridItem md={8} lg={12} classes="forgot-password__grid__content-item">
<div className="login__grid__logo">
<div>
<h2 className="welcome__grid__logo-item__heading">
{t("heading")}
</h2>
Expand Down Expand Up @@ -89,6 +89,11 @@ export const ForgotPassword = () => {
/>
</div>
</GridItem>
<GridItem
md={8}
lg={12}
classes="forgot-password__grid__content-item"
></GridItem>
</Grid>
<Modal
isOpen={isModalOpen}
Expand Down

0 comments on commit 9ad4e28

Please sign in to comment.