Increase visibility of segmented control on static page

This commit is contained in:
Justin Edmund 2023-06-30 22:20:16 -07:00
parent 6683a2571b
commit d09d53fba9

View file

@ -101,7 +101,7 @@ const AboutRoute: React.FC<Props> = (props: Props) => {
<div id="About"> <div id="About">
{pageHead()} {pageHead()}
<section> <section>
<SegmentedControl> <SegmentedControl blended={true}>
<Segment <Segment
groupName="about" groupName="about"
name="about" name="about"