Skip to content

Commit

Permalink
Update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Oct 20, 2023
1 parent 5138321 commit 259192a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;400;500;600&display=swap");

.body1,
.root .links .primary,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ protected function render()
$type = esc_html($item['type']);
$icon = dirname(plugin_dir_url(__FILE__)) . ('/assets/images/icons/Type=' . $type . ', Size=24, Color=CurrentColor.svg');
$content = file_get_contents($icon);
echo '<a href="' . $link . '" class="icon">' . $content . '</a>';
echo '<a style="color: #fff" href="' . $link . '" class="icon">' . $content . '</a>';
}
}
?>
Expand Down

0 comments on commit 259192a

Please sign in to comment.