|
1 | 1 | import Link from 'next/link'; |
2 | 2 |
|
3 | 3 | const col1 = { |
4 | | - title: 'Libre Blockchain', |
| 4 | + title: 'Libre Chain', |
5 | 5 | items: [ |
6 | 6 | { |
7 | | - label: 'Blockchain', |
8 | | - url: 'https://www.libre.org/blockchain', |
| 7 | + label: 'Libre Chain Homepage', |
| 8 | + url: 'https://chain.libre.org/', |
9 | 9 | }, |
10 | 10 | { |
11 | | - label: 'Wallets', |
12 | | - url: 'https://www.libre.org/wallets', |
| 11 | + label: 'Libre DEX', |
| 12 | + url: 'https://www.libredex.org/', |
13 | 13 | }, |
14 | 14 | { |
15 | | - label: 'Developers', |
16 | | - url: 'https://www.libre.org/developers1', |
| 15 | + label: 'Wallets', |
| 16 | + url: 'https://chain.libre.org/wallets', |
17 | 17 | }, |
18 | 18 | { |
19 | 19 | label: 'Docs', |
20 | | - url: 'https://docs.libre.org/', |
| 20 | + url: 'https://docs.libre.org/libre-docs/', |
21 | 21 | }, |
22 | 22 | { |
23 | 23 | label: 'Blog', |
@@ -56,7 +56,7 @@ const col3 = { |
56 | 56 | title: 'Support', |
57 | 57 | items: [ |
58 | 58 | { |
59 | | - label: 'Libre Blockchain Support', |
| 59 | + label: 'Libre Chain Support', |
60 | 60 | url: 'mailto:support@libre.org', |
61 | 61 | }, |
62 | 62 | { |
@@ -103,7 +103,7 @@ export default function Footer() { |
103 | 103 | <div className='mt-4 flex items-center'> |
104 | 104 | <span className='mr-2 block h-2 w-2 rounded-full bg-green-500'></span> |
105 | 105 | <span className='text-xs text-shade-700'> |
106 | | - Latest update on Dec 15 2023 |
| 106 | + Latest update on Feb 18 2024 |
107 | 107 | </span> |
108 | 108 | </div> |
109 | 109 | </div> |
|
0 commit comments