Skip to content

Commit 4f4f69a

Browse files
committed
feat: add hyperweb social links
1 parent 7915921 commit 4f4f69a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/chain-admin/components/common/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const TextDivider = () => {
4545
const socialLinks = [
4646
{
4747
icon: <Icon name="github" color="$blackAlpha600" />,
48-
href: 'https://github.com/cosmology-tech',
48+
href: 'https://github.com/hyperweb-io',
4949
},
5050
{
5151
icon: <Icon name="discord" color="$blackAlpha600" />,
@@ -57,7 +57,7 @@ const socialLinks = [
5757
<FaXTwitter size="16px" />
5858
</Box>
5959
),
60-
href: 'https://x.com/cosmology_tech',
60+
href: 'https://x.com/Hyperweb_',
6161
},
6262
{
6363
icon: <Icon name="youtube" color="$blackAlpha600" />,

0 commit comments

Comments
 (0)