Skip to content

Commit 4c3e25c

Browse files
Added missing button
1 parent e7a287c commit 4c3e25c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

overrides/home.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -318,11 +318,14 @@ <h3 class="gofs-faq__title">{{text.t("section4block3")}}</h3>
318318
<h3 class="gofs-faq__title">{{text.t("section4block4")}}</h3>
319319
<p class="gofs-faq__text">{{text.t("section4block4a")}}</p>
320320
</div>
321-
322-
<!-- Your existing button style applies here -->
323-
<a href="#" class="gofs-button">{{text.t("gofsRepoButton")}}</a>
324321
</div>
325322
</div>
323+
<div style="text-align: center; margin-top: 50px;">
324+
<a href="https://github.com/GOFS-lite/GOFS-lite" target="_blank" title="{{ page.next_page.title | striptags }}"
325+
class="md-button md-button--primary" style="margin-top: 0px; text-decoration: none;">
326+
{{text.t("gofsRepoButton")}}
327+
</a>
328+
</div>
326329
</section>
327330

328331
<!-- Who can I contact? -->
@@ -341,7 +344,7 @@ <h1 style="color: #0A0A0A;">{{text.t("section5Title")}}</h1>
341344
<p style="margin-top: 0px; margin-bottom: 0px;">{{text.t("section5Subtitle")}}</p>
342345
<a href="https://share.mobilitydata.org/slack" target="_blank"
343346
title="{{ page.next_page.title | striptags }}" class="md-button md-button--primary"
344-
style="margin-top: 0px;">
347+
style="margin-top: 0px; text-decoration: none;">
345348
{{text.t("helpDevelopFutureSlackButton")}}
346349
</a>
347350
</div>

0 commit comments

Comments
 (0)