Increase visibility of segmented control on static page
This commit is contained in:
parent
6683a2571b
commit
d09d53fba9
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue