Skip to content

Commit

Permalink
Update footer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
LibreBlocksDev committed Feb 18, 2024
1 parent c2fd55b commit 44d742e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/components/footer.tsx
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
import Link from 'next/link';

const col1 = {
title: 'Libre Blockchain',
title: 'Libre Chain',
items: [
{
label: 'Blockchain',
url: 'https://www.libre.org/blockchain',
label: 'Libre Chain Homepage',
url: 'https://chain.libre.org/',
},
{
label: 'Wallets',
url: 'https://www.libre.org/wallets',
label: 'Libre DEX',
url: 'https://www.libredex.org/',
},
{
label: 'Developers',
url: 'https://www.libre.org/developers1',
label: 'Wallets',
url: 'https://chain.libre.org/wallets',
},
{
label: 'Docs',
url: 'https://docs.libre.org/',
url: 'https://docs.libre.org/libre-docs/',
},
{
label: 'Blog',
Expand Down Expand Up @@ -56,7 +56,7 @@ const col3 = {
title: 'Support',
items: [
{
label: 'Libre Blockchain Support',
label: 'Libre Chain Support',
url: 'mailto:[email protected]',
},
{
Expand Down Expand Up @@ -103,7 +103,7 @@ export default function Footer() {
<div className='mt-4 flex items-center'>
<span className='mr-2 block h-2 w-2 rounded-full bg-green-500'></span>
<span className='text-xs text-shade-700'>
Latest update on Dec 15 2023
Latest update on Feb 18 2024
</span>
</div>
</div>
Expand Down

0 comments on commit 44d742e

Please sign in to comment.