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">
|
||||
{pageHead()}
|
||||
<section>
|
||||
<SegmentedControl>
|
||||
<SegmentedControl blended={true}>
|
||||
<Segment
|
||||
groupName="about"
|
||||
name="about"
|
||||
|
|
|
|||
Loading…
Reference in a new issue