@@ -77,10 +77,7 @@ class="csp-link-<?php echo esc_attr( $link_name ); ?>">
77
77
</div>
78
78
79
79
<section class="csp-section-changes">
80
- <h1>
81
- <span class="dashicons dashicons-pressthis"></span>
82
- <?php esc_html_e ( 'Latest news ' , 'code-snippets ' ); ?>
83
- </h1>
80
+ <h1>📰 <?php esc_html_e ( 'Latest news ' , 'code-snippets ' ); ?> </h1>
84
81
<div class="csp-cards">
85
82
<a class="csp-card" href="<?php echo esc_url ( $ hero ['follow_url ' ] ); ?> " target="_blank"
86
83
title="<?php esc_html_e ( 'Read more ' , 'code-snippets ' ); ?> ">
@@ -146,10 +143,7 @@ class="csp-link-<?php echo esc_attr( $link_name ); ?>">
146
143
</section>
147
144
148
145
<section class="csp-section-articles csp-section-links">
149
- <h1>
150
- <span class="dashicons dashicons-sos"></span>
151
- <?php esc_html_e ( 'Helpful articles ' , 'code-snippets ' ); ?>
152
- </h1>
146
+ <h1>🛟 <?php esc_html_e ( 'Helpful articles ' , 'code-snippets ' ); ?> </h1>
153
147
<div class="csp-cards">
154
148
<?php foreach ( $ this ->get_remote_items ( 'features ' ) as $ feature ) { ?>
155
149
<a class="csp-card"
@@ -173,10 +167,7 @@ class="csp-link-<?php echo esc_attr( $link_name ); ?>">
173
167
</section>
174
168
175
169
<section class="csp-section-links csp-section-partners">
176
- <h1>
177
- <span class="dashicons dashicons-products"></span>
178
- <?php esc_html_e ( 'Partners and apps ' , 'code-snippets ' ); ?>
179
- </h1>
170
+ <h1>🚀 <?php esc_html_e ( 'Partners and apps ' , 'code-snippets ' ); ?> </h1>
180
171
<div class="csp-cards">
181
172
<?php foreach ( $ this ->get_remote_items ( 'partners ' ) as $ partner ) { ?>
182
173
<a class="csp-card"
0 commit comments