Skip to content

Commit f94686f

Browse files
committed
Logo and favicon implemented
1 parent e434972 commit f94686f

File tree

6 files changed

+8
-3
lines changed

6 files changed

+8
-3
lines changed

public/favicon.ico

-4.19 KB
Binary file not shown.

public/favicon.png

1.42 KB
Loading

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
7-
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
7+
<link rel="icon" href="./favicon.png" />
88
<title><%= htmlWebpackPlugin.options.title %></title>
99
</head>
1010
<body>

src/assets/images/Artboard 1.png

-1.72 KB
Binary file not shown.

src/assets/images/logo.svg

Lines changed: 1 addition & 1 deletion
Loading

src/components/shared/Header.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
<div class="md:flex items-center justify-between px-4 py-5">
44
<div class="flex justify-between items-center">
55
<div class="text-2xl font-bold text-gray-800 md:text-3xl">
6-
<router-link to="/">Logo</router-link>
6+
<router-link to="/"
7+
><img
8+
src="../../assets/images/logo.svg"
9+
class="w-36"
10+
alt=""
11+
/></router-link>
712
</div>
813
<div class="md:hidden">
914
<button

0 commit comments

Comments
 (0)