|
|
@@ -486,11 +486,10 @@ pWVdnzS1VCO8fKsJ7YYIr+JmHvseph3kFUOI5RqkCcMZlKUv83aUThsTHw==
|
|
|
aria-expanded="true"
|
|
|
aria-controls="ablchelp"
|
|
|
>
|
|
|
- <span
|
|
|
- className="material-symbols-outlined me-1"
|
|
|
- small
|
|
|
- >{this.state.isHelpOpened ? 'expand_more' : 'chevron_right'}
|
|
|
- </span> Show more...
|
|
|
+ <span className="material-symbols-outlined me-1">
|
|
|
+ {this.state.isHelpOpened ? 'expand_more' : 'chevron_right'}
|
|
|
+ </span>
|
|
|
+ Show more...
|
|
|
</button>
|
|
|
</h2>
|
|
|
<Collapse isOpen={this.state.isHelpOpened}>
|