Skip to content

Commit

Permalink
Dark mode fix
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Feb 7, 2023
1 parent ce2b689 commit d6ee804
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h6 class="fw-bold">
<?php if ($chat->email != '') : ?>
<a target="_blank" href="<?php echo erLhcoreClassDesign::baseurl('elasticsearch/interactions')?>/(attr)/email/(val)/<?php echo rawurlencode($chat->email) ?>" class="text-dark">
<a target="_blank" href="<?php echo erLhcoreClassDesign::baseurl('elasticsearch/interactions')?>/(attr)/email/(val)/<?php echo rawurlencode($chat->email) ?>" class="text-muted">
<i class="material-icons">open_in_new</i>
<?php else : ?>
<i class="material-icons">face</i>
Expand Down

0 comments on commit d6ee804

Please sign in to comment.