Skip to content

Commit

Permalink
Remove resources page summary
Browse files Browse the repository at this point in the history
  • Loading branch information
barshathakuri committed Dec 12, 2024
1 parent 3ec6212 commit de33849
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/views/RecoverAccount/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ export function Component() {
title={strings.successfulMessage}
/>
</Page>

);
}

Expand Down Expand Up @@ -184,6 +183,11 @@ export function Component() {
onChange={setFieldValue}
onError={onCaptchaError}
/>
{fieldError?.captcha && (
<Message
title={fieldError.captcha}
/>
)}
<Button
name={undefined}
type="submit"
Expand Down
1 change: 0 additions & 1 deletion src/views/Resources/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export function Component() {
mainSectionClassName={styles.resources}
title={strings.resourceAlerthubTitle}
heading={strings.resourceHeadingTitle}
description={strings.resourceHeadingDescription}
>
<Container
heading={strings.earlyWarningResourcesTitle}
Expand Down

0 comments on commit de33849

Please sign in to comment.