File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ private function render_status(): void {
148148 <?php endforeach ; ?>
149149 </ul>
150150 <a class="ai-dashboard-status__column-link" href="<?php echo esc_url ( admin_url ( 'options-connectors.php ' ) ); ?> ">
151- <?php esc_html_e ( 'Manage ' , 'ai ' ); ?>
151+ <?php esc_html_e ( 'Manage Connectors ' , 'ai ' ); ?>
152152 </a>
153153 </div>
154154
@@ -167,7 +167,7 @@ private function render_status(): void {
167167 <?php endforeach ; ?>
168168 </ul>
169169 <a class="ai-dashboard-status__column-link" href="<?php echo esc_url ( admin_url ( 'options-general.php?page=ai-wp-admin ' ) ); ?> ">
170- <?php esc_html_e ( 'Manage ' , 'ai ' ); ?>
170+ <?php esc_html_e ( 'Manage Features ' , 'ai ' ); ?>
171171 </a>
172172 </div>
173173
@@ -186,7 +186,7 @@ private function render_status(): void {
186186 <?php endforeach ; ?>
187187 </ul>
188188 <a class="ai-dashboard-status__column-link" href="<?php echo esc_url ( admin_url ( 'options-general.php?page=ai-wp-admin ' ) ); ?> ">
189- <?php esc_html_e ( 'Manage ' , 'ai ' ); ?>
189+ <?php esc_html_e ( 'Manage Experiments ' , 'ai ' ); ?>
190190 </a>
191191 </div>
192192 </div>
Original file line number Diff line number Diff line change 2121 }
2222 }
2323
24- /* Two -column layout for status mode */
24+ /* Three -column layout for status mode */
2525 & __columns {
2626 display : grid ;
27- grid-template-columns : 1 fr 1fr ;
27+ grid-template-columns : repeat ( 3 , minmax ( 0 , 1fr )) ;
2828 gap : 1rem ;
2929 }
3030
4545
4646 & __list-item {
4747 display : flex ;
48- align-items : center ;
4948 gap : 0.375rem ;
5049 padding : 0.1875rem 0 ;
5150
5251 .dashicons {
5352 font-size : 1rem ;
5453 width : 1rem ;
5554 height : 1rem ;
55+ margin-top : 2px ;
5656 }
5757 }
5858
You can’t perform that action at this time.
0 commit comments