Skip to content

Commit

Permalink
favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
IORoot committed Apr 24, 2021
1 parent 1725578 commit 0d8539d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
wp_head();
do_action('page_builder_header_code');
?>
<?php include( __DIR__.'/src/components/favicons/favicons.php' ); ?>
</head>


Expand Down
4 changes: 4 additions & 0 deletions src/components/favicons/favicons.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<link rel="icon" href="https://dev.londonparkour.com/wp-content/uploads/Essential/Logos/32x32/cropped-Favicon.png" sizes="32x32">
<link rel="icon" href="https://dev.londonparkour.com/wp-content/uploads/Essential/Logos/192x192/cropped-Favicon.png" sizes="192x192">
<link rel="apple-touch-icon" href="https://dev.londonparkour.com/wp-content/uploads/Essential/Logos/180x180/cropped-Favicon.png">
<meta name="msapplication-TileImage" content="https://dev.londonparkour.com/wp-content/uploads/Essential/Logos/270x270/cropped-Favicon.png">
2 changes: 1 addition & 1 deletion src/components/main-menu-logo/main-menu-logo.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 class="flex-1">
<a class="logo" href="https://londonparkour.com" title="London Parkour">
<svg class="h-16 w-32 sm:w-48 fill-white">
<svg class="h-16 w-32 sm:w-48 fill-white hover:fill-Amber500">
<title>London Parkour</title>
<desc>Company Logo</desc>
<use xlink:href="#h-logo-text" />
Expand Down

0 comments on commit 0d8539d

Please sign in to comment.