All files / app/support support.component.html

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 201x                                      
<section id="support" aria-labelledby="support-heading">
    <div class="container">
        <div class="row">
            <div class="col-lg-3"></div>
            <div class="col-lg-6">
                <div class="support">
                    <h2 id="support-heading">Still Need Help Deciding?</h2>
                    <p>
                        Compare features side-by-side or speak with our credit card specialists for personalized recommendations.
                    </p>
                    <section>
                        <!-- <button type="button"><mat-icon>filter_alt</mat-icon> Compare All Cards</button> -->
                        <a class="support-link" href="https://www.pnbcard.in/reachus.html" target="_blank" rel="noopener noreferrer">Talk to an Expert</a>
                    </section>
                </div>
            </div>
        </div>
    </div>
</section>