Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit d022133

Browse files
committed
update
Signed-off-by: Innei <[email protected]>
1 parent 50ac3b6 commit d022133

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/Tag/tag.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ export const TitleTag: FC<
2121
export const ProTag = () => {
2222
return (
2323
<TitleTag className="absolute translate-y-2 translate-x-2 z-[10]">
24-
<span title="此功能仅闭源版本提供">闭源版本</span>
24+
<a href="https://github.com/sponsors/Innei" target="_blank">
25+
<span title="此功能仅供赞助或活跃贡献者提供">闭源版本</span>
26+
</a>
2527
</TitleTag>
2628
)
2729
}

0 commit comments

Comments
 (0)