how to change text decoration to none in bootstrap 4 code example
Example: text-decoration:none; bootstrap
<a href="#" class="text-decoration-none">Non-underlined link</a>
<a href="#" class="text-decoration-none">Non-underlined link</a>