Skip to content

Commit

Permalink
feat: add 3.0 Alpha logo
Browse files Browse the repository at this point in the history
  • Loading branch information
xpy01xpy committed Dec 4, 2024
1 parent e1c8118 commit 763b169
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/common/Header/DocsMenu.astro
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ const ifactive = (link) => {
class="inline-block w-full p-2 no-underline text-inherit text-gray-02"
>
{ifzh ? label : item.translations?.en}
{ label === "3.0"? <span class="inline-block px-2 py-1 rounded-full h-[18px] leading-3 bg-gradient-to-r from-[#262CF4] via-[#262CF4] to-[#7140FF] opacity-100 text-white text-sm">Alpha</span> :null}
</a>
</li>
)
Expand Down

0 comments on commit 763b169

Please sign in to comment.