readme: update

This commit is contained in:
k
2024-07-06 10:23:54 +02:00
parent abb4def848
commit 3de2862655
3 changed files with 8 additions and 5 deletions
@@ -4,8 +4,8 @@ export function AnchorGit() {
return (
<Anchor
title="Git"
icon={() => IconTablerGitMerge}
href="https://codeberg.org/satonomics/satonomics"
icon={() => IconTablerBrandGithubFilled}
href="https://github.com/satonomics-org/satonomics"
/>
);
}
+2 -1
View File
@@ -37,7 +37,8 @@ declare global {
const IconTablerBitcoin: typeof import('~icons/tabler/bitcoin.jsx')['default']
const IconTablerBitcoinCoin: typeof import('~icons/tabler/bitcoin-coin.jsx')['default']
const IconTablerBolt: (typeof import("~icons/tabler/bolt.jsx"))["default"]
const IconTablerBrandGithub: (typeof import("~icons/tabler/brand-github.jsx"))["default"]
const IconTablerBrandGithub: typeof import('~icons/tabler/brand-github.jsx')['default']
const IconTablerBrandGithubFilled: typeof import('~icons/tabler/brand-github-filled.jsx')['default']
const IconTablerBuildinFactory: (typeof import("~icons/tabler/buildin-factory.jsx"))["default"]
const IconTablerBuildingBank: typeof import('~icons/tabler/building-bank.jsx')['default']
const IconTablerBuildingFactory: typeof import('~icons/tabler/building-factory.jsx')['default']