Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Jan 3, 2024
1 parent 32c2ca6 commit c3e07e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/detailsToggle/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ useEffect(() => {
onMouseLeave={handleMouseLeave}
>
<span className={`${styles.toggle} ${isOn ? null : styles.toggleUpsideDown}`}></span>&nbsp;
<span>{alt_header}</span>
<span className={styles.headerText}>{alt_header}</span>
{/* Visual disclaimer */}
<small className={styles.disclaimer}>Hover to view</small>
</span>
Expand Down

0 comments on commit c3e07e7

Please sign in to comment.