Skip to content

Commit 02b7043

Browse files
committed
Update link text. Minor style adjustments
1 parent 23b7eb6 commit 02b7043

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

includes/Admin/Dashboard/AI_Status_Widget.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

src/admin/dashboard/index.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
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: 1fr 1fr;
27+
grid-template-columns: repeat(3, minmax(0, 1fr));
2828
gap: 1rem;
2929
}
3030

@@ -45,14 +45,14 @@
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

0 commit comments

Comments
 (0)