Skip to content

Commit

Permalink
fix: fix accessibility role
Browse files Browse the repository at this point in the history
  • Loading branch information
anfibiacreativa authored and sinedied committed Nov 6, 2023
1 parent 0dc8add commit bcce3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webapp/src/pages/layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import styles from './Layout.module.css';
const Layout = () => {
return (
<div className={styles.layout}>
<header className={styles.header} role={'banner'}>
<header className={styles.header}>
<div className={styles.headerContainer}>
<Link to="/" className={styles.headerTitleContainer}>
<h3 className={styles.headerTitle}>GPT + Enterprise data | Sample</h3>
Expand Down

0 comments on commit bcce3b2

Please sign in to comment.