Skip to content

Commit 44d742e

Browse files
Update footer.tsx
1 parent c2fd55b commit 44d742e

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

src/components/footer.tsx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
import Link from 'next/link';
22

33
const col1 = {
4-
title: 'Libre Blockchain',
4+
title: 'Libre Chain',
55
items: [
66
{
7-
label: 'Blockchain',
8-
url: 'https://www.libre.org/blockchain',
7+
label: 'Libre Chain Homepage',
8+
url: 'https://chain.libre.org/',
99
},
1010
{
11-
label: 'Wallets',
12-
url: 'https://www.libre.org/wallets',
11+
label: 'Libre DEX',
12+
url: 'https://www.libredex.org/',
1313
},
1414
{
15-
label: 'Developers',
16-
url: 'https://www.libre.org/developers1',
15+
label: 'Wallets',
16+
url: 'https://chain.libre.org/wallets',
1717
},
1818
{
1919
label: 'Docs',
20-
url: 'https://docs.libre.org/',
20+
url: 'https://docs.libre.org/libre-docs/',
2121
},
2222
{
2323
label: 'Blog',
@@ -56,7 +56,7 @@ const col3 = {
5656
title: 'Support',
5757
items: [
5858
{
59-
label: 'Libre Blockchain Support',
59+
label: 'Libre Chain Support',
6060
url: 'mailto:support@libre.org',
6161
},
6262
{
@@ -103,7 +103,7 @@ export default function Footer() {
103103
<div className='mt-4 flex items-center'>
104104
<span className='mr-2 block h-2 w-2 rounded-full bg-green-500'></span>
105105
<span className='text-xs text-shade-700'>
106-
Latest update on Dec 15 2023
106+
Latest update on Feb 18 2024
107107
</span>
108108
</div>
109109
</div>

0 commit comments

Comments
 (0)