Skip to content

Commit af36c75

Browse files
committed
feat: add a link to pianii.com
1 parent f2eff9b commit af36c75

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/keybr-pages-browser/lib/SubMenu.tsx

+7
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ export function SubMenu({ currentPath }: { readonly currentPath: string }) {
2626
<LocaleSwitcher currentPath={currentPath} />
2727
<TranslateLink />
2828
<RemoveAdsLink />
29+
<StaticLink
30+
href="https://pianii.com"
31+
target="pianii"
32+
title="Piano sheet reading learning"
33+
>
34+
pianii.com
35+
</StaticLink>
2936
</div>
3037
);
3138
}

0 commit comments

Comments
 (0)