Skip to content

Commit

Permalink
Merge pull request #32 from idematos/fix-logo-path
Browse files Browse the repository at this point in the history
Fix logo path
  • Loading branch information
idematos authored Nov 19, 2024
2 parents 8ca456a + 733c302 commit af6635a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/media/favicon.svg" />
<link rel="icon" href="media/favicon.svg" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CSSential</title>
Expand All @@ -12,7 +12,7 @@
<header>
<nav>
<a href="/cssential" class="logo white">
<img src="/media/logo.svg"/>
<img src="media/logo.svg"/>
CSSential
</a>
<ul>
Expand Down

0 comments on commit af6635a

Please sign in to comment.