Skip to content

Commit

Permalink
link to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed May 22, 2021
1 parent 6145c40 commit e41991d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/docs/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@
</div>
</NuxtLink>
</div>
<div class="font-mono text-xs"
<a href="https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md" target="_blank" class="font-mono text-xs" rel="nofollow"
v-bind:class="{
'opacity-80 pl-2': isHomepage,
'hidden': toggleNavClass() && isHomepage,
'opacity-50': !isHomepage,
}"
>
<span class="hidden lg:inline xl:ml-2">version</span>&nbsp;{{ DAISYUI_VERSION }}
</div>
<div data-tip="Changelog" class="tooltip tooltip-bottom">
<span class="hidden lg:inline xl:ml-2">version</span>&nbsp;{{ DAISYUI_VERSION }}
</div>
</a>
<div class="flex-1"></div>
<div class="items-center flex-none hidden lg:block" v-if="isHomepage">
<NuxtLink
Expand Down

0 comments on commit e41991d

Please sign in to comment.