Skip to content

Commit

Permalink
[Accessibility] [Screen Reader] Fix the Ngrok status viewer heading (#…
Browse files Browse the repository at this point in the history
…2301)

* Fixed Ngrok status viewer heading

* Removed extra space

Co-authored-by: Federico Bernal <64086728+FedericoBernal@users.noreply.github.com>
  • Loading branch information
luislera and FedericoBernal authored Oct 25, 2021
1 parent 3e6695b commit 15c552c
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
//

import React from 'react';
import { Column, Row, LinkButton, MediumHeader, SmallHeader } from '@bfemulator/ui-react';
import { Column, Row, LinkButton, SmallHeader } from '@bfemulator/ui-react';
import { TunnelCheckTimeInterval, TunnelError, TunnelStatus } from '@bfemulator/app-shared';

import { GenericDocument } from '../../layout';
Expand Down Expand Up @@ -129,7 +129,9 @@ export const NgrokDebugger = (props: NgrokDebuggerProps) => {

return (
<GenericDocument className={styles.ngrokDebuggerContainer}>
<MediumHeader>Ngrok Status Viewer</MediumHeader>
<h1>
<b>Ngrok Status Viewer</b>
</h1>
<Row>
<Column>
<section>
Expand Down

0 comments on commit 15c552c

Please sign in to comment.