Skip to content

Commit c33732f

Browse files
committed
logo added to navbar
1 parent b04ed02 commit c33732f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/tailwindUI/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
class="flex items-center justify-center gap-8 md:gap-32 mt-8 lg:mt-4 text-2xl font-medium select-none max-w-max mx-auto"
33
>
44
<a href="/" class="pl-1 hover:text-rose-500 duration-150"
5-
><h1>flaskBlog</h1></a
5+
><img src="https://raw.githubusercontent.com/DogukanUrker/flaskBlog/main/images/Icon180.ico" class="rounded w-14 hover:scale-110 duration-150"></a
66
>
77
<div class="hidden lg:block">
88
<input

0 commit comments

Comments
 (0)