You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Template/Element/home/share.ctp
+3-3
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@
4
4
<?=$this->Html->image('share_cake_bg_chiffon.svg', ['alt' => 'Sharing the cake']) ?>
5
5
</div>
6
6
<div class="mb50 mt50 description">
7
-
<div>
8
-
<h2><?=__('Sharing the cake.')?></h2>
9
-
<h3><?=__('Get involved and support the community.')?></h3>
7
+
<div class="title-share">
8
+
<h2><?=__('Sharing the cake.')?></h2>
9
+
<h4><?=__('Get involved and support the community.')?></h4>
10
10
</div>
11
11
<div>
12
12
<p class="mb50"><?=__('If you\'re interested in contributing to CakePHP and supporting the community then we\'d love for you to join us, there are a variety of ways to get involved and help out.')?> </p>
0 commit comments