Skip to content

Commit

Permalink
update avatar path
Browse files Browse the repository at this point in the history
  • Loading branch information
undercode99 committed Oct 23, 2020
1 parent c063a8a commit b471abc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JakartaLTE - Free Admin templates Tailwind CSS</title>
<title>Jakarta LTE - Free Admin Templates & Rich UI Components by Tailwind CSS</title>
<!-- Tailwind css -->
<link rel="stylesheet" href="dist/css/tailwind.min.css" />
<link rel="stylesheet" href="./dist/css/tailwind.min.css" />
<!-- Box icon -->
<link rel="stylesheet" href="./dist/libs/boxicons/css/boxicons.min.css" />
<!-- Apexchart plugins -->
Expand Down Expand Up @@ -78,8 +78,8 @@
</button>
<img
class="w-8 h-8 mx-2 rounded-full object-cover"
src="/dist/avatar/nis.png"
alt=""
src="./dist/avatar/nis.png"
alt="Avatar"
/>
<p class="text-left text-sm text-gray-700 hidden md:block">
Zero Black Coder <i class="bx bx-chevron-down"></i>
Expand Down

0 comments on commit b471abc

Please sign in to comment.