Skip to content

Commit

Permalink
Update LeftSidebar.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmaziyo authored Jul 20, 2024
1 parent e5dafb5 commit daa214f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/LeftSidebar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ const sidebarSections = allPosts.reduce((col, item, i) => {

<nav aria-labelledby='grid-left' class='pt-6 text-gray-800'>
<div class='logo flex'>
<a href='/' class='logo-image' data-astro-prefetch>
<a href='https://dmaziyo.github.io/Myzara' class='logo-image' data-astro-prefetch>
<AstroLogo size={40} />
</a>
<a href='/' data-astro-prefetch>
<a href='https://dmaziyo.github.io/Myzara' data-astro-prefetch>
<h1 class='text-gray-800'>{SITE.title}</h1>
</a>
</div>
Expand Down

0 comments on commit daa214f

Please sign in to comment.