add phone icon to the call button (#6802)

* add phone icon to the call button

* Update click_to_call.php
This commit is contained in:
chansizzle 2023-09-19 16:37:39 -06:00 committed by GitHub
parent 169bf8788a
commit bcaec41841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@
echo "<tr>\n";
echo " <td colspan='2' align='right'>\n";
echo " <br>";
echo " <input type=\"submit\" class='btn' value=\"".$text['button-call']."\">\n";
echo " <button type='submit' class='btn btn-default'><i class='fas fa-phone fa-lg'></i>&nbsp;&nbsp;&nbsp;".$text['button-call']."</button>\n";
echo " </td>\n";
echo "</tr>\n";
echo "</table>\n";