Skip to content

Commit

Permalink
fix(website): prevent playwright race conditions by changing name of …
Browse files Browse the repository at this point in the history
…info header
  • Loading branch information
anna-parker committed Jan 3, 2025
1 parent e06c074 commit 7ca6ca1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ const PrevalenceOverTimeInfo: FunctionComponent<PrevalenceOverTimeProps> = (comp
const lapis = useContext(LapisUrlContext);
return (
<Info>
<InfoHeadline1>Prevalence over time</InfoHeadline1>
<InfoHeadline1>Info for Prevalence over time</InfoHeadline1>
<InfoParagraph>
This presents the proportion of one or more variants per <b>{granularity}</b>
{smoothingWindow > 0 && `, smoothed using a ${smoothingWindow}-${granularity} sliding window`}. The
Expand Down

0 comments on commit 7ca6ca1

Please sign in to comment.