Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 35fb873

Browse files
authored
Merge pull request #437 from openforge/fix/hide-learn-more
fix(home): hide learn more button
2 parents cf55828 + c852f82 commit 35fb873

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/pages/app-home/app-home.tsx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,9 @@ export class AppHome {
254254
<app-translate keyword="home.process.discovery.text" />
255255
</p>
256256
<app-carousel-indicators class="carousel-mobile-indicators d-lg-none" activeIndex="0" />
257-
<stencil-route-link url="/services" class="align-self-center d-none d-lg-block">
257+
{/* <stencil-route-link url="/services" class="align-self-center d-none d-lg-block">
258258
<button class="btn button">{translate('home.process.buttonText')}</button>
259-
</stencil-route-link>
259+
</stencil-route-link> */}
260260
</div>
261261
</div>
262262
</div>
@@ -279,9 +279,9 @@ export class AppHome {
279279
<app-translate keyword="home.process.design.text" />
280280
</p>
281281
<app-carousel-indicators class="carousel-mobile-indicators d-lg-none" activeIndex="1" />
282-
<stencil-route-link url="/services" class="align-self-center d-none d-lg-block">
282+
{/* <stencil-route-link url="/services" class="align-self-center d-none d-lg-block">
283283
<button class="btn button">{translate('home.process.buttonText')}</button>
284-
</stencil-route-link>
284+
</stencil-route-link> */}
285285
</div>
286286
</div>
287287
</div>
@@ -304,9 +304,9 @@ export class AppHome {
304304
<app-translate keyword="home.process.development.text" />
305305
</p>
306306
<app-carousel-indicators class="carousel-mobile-indicators d-lg-none" activeIndex="2" />
307-
<stencil-route-link url="/services" class="align-self-center d-none d-lg-block">
307+
{/* <stencil-route-link url="/services" class="align-self-center d-none d-lg-block">
308308
<button class="btn button">{translate('home.process.buttonText')}</button>
309-
</stencil-route-link>
309+
</stencil-route-link> */}
310310
</div>
311311
</div>
312312
</div>
@@ -329,9 +329,9 @@ export class AppHome {
329329
<app-translate keyword="home.process.deployment.text" />
330330
</p>
331331
<app-carousel-indicators class="carousel-mobile-indicators d-lg-none" activeIndex="3" />
332-
<stencil-route-link url="/services" class="align-self-center d-none d-lg-block">
332+
{/* <stencil-route-link url="/services" class="align-self-center d-none d-lg-block">
333333
<button class="btn button">{translate('home.process.buttonText')}</button>
334-
</stencil-route-link>
334+
</stencil-route-link> */}
335335
</div>
336336
</div>
337337
</div>
@@ -354,9 +354,9 @@ export class AppHome {
354354
<app-translate keyword="home.process.userfeedback.text" />
355355
</p>
356356
<app-carousel-indicators class="carousel-mobile-indicators d-lg-none" activeIndex="4" />
357-
<stencil-route-link url="/services" class="align-self-center d-none d-lg-block">
357+
{/* <stencil-route-link url="/services" class="align-self-center d-none d-lg-block">
358358
<button class="btn button">{translate('home.process.buttonText')}</button>
359-
</stencil-route-link>
359+
</stencil-route-link> */}
360360
</div>
361361
</div>
362362
</div>
@@ -372,9 +372,9 @@ export class AppHome {
372372
</a>
373373
</div>
374374
<div class="learn-more-container d-lg-none">
375-
<stencil-route-link url="/services" class="align-self-center">
375+
{/* <stencil-route-link url="/services" class="align-self-center">
376376
<button class="btn button carousel-btn">{translate('home.process.buttonText')}</button>
377-
</stencil-route-link>
377+
</stencil-route-link> */}
378378
</div>
379379
</section>
380380

0 commit comments

Comments
 (0)