We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3813bc commit 2e78ae2Copy full SHA for 2e78ae2
index.html
@@ -26,6 +26,9 @@ <h1 class="text-white">Logo</h1>
26
<i class="fas fa-bars p-3 text-white" onclick="sidebarToggle()"></i>
27
</div>
28
<div class="p-1 flex flex-row">
29
+ <a href="https://github.com/tailwindadmin/admin" class="text-white p-2 mr-2 no-underline hidden md:block lg:block">Github</a>
30
+
31
32
<img onclick="profileToggle()" class="inline-block h-8 w-8 rounded-full" src="https://avatars0.githubusercontent.com/u/4323180?s=460&v=4" alt="">
33
<a href="#" onclick="profileToggle()" class="text-white p-2 no-underline hidden md:block lg:block">Adam Wathan</a>
34
<div id="ProfileDropDown" class="rounded hidden shadow-md bg-white absolute pin-t mt-12 mr-1 pin-r">
0 commit comments