mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-22 04:18:50 -07:00
readme: update
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Vendored
+2
-1
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user