Skip to content

Commit

Permalink
Fix (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
hackfisher authored Oct 9, 2024
1 parent f7799e8 commit 8995435
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function Footer() {
return (
<section className="flex h-[35px] w-full items-center justify-center px-[30px] lg:h-[56px] lg:justify-between">
<p className="overflow-hidden text-[12px] leading-[15px] text-[#12161980]">
@ 2024 Paralink powerd by Darwinia Network
@ 2024 Paralink powerd by RingDAO
</p>
<div className="hidden items-center justify-center gap-[10px] lg:flex">
{data.social.map((item: any) => (
Expand Down
6 changes: 3 additions & 3 deletions src/data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"social": [
{
"name": "x",
"url": "https://twitter.com/DarwiniaNetwork",
"url": "https://twitter.com/ringecosystem",
"icon": "/images/icons/x-icon.svg"
},
{
"name": "telegram",
"url": "https://t.me/DarwiniaNetwork",
"url": "https://t.me/ringecosystem",
"icon": "/images/icons/telegram-icon.svg"
},
{
"name": "github",
"url": "https://github.com/darwinia-network",
"url": "https://github.com/ringecosystem",
"icon": "/images/icons/github-icon.svg"
},
{
Expand Down

0 comments on commit 8995435

Please sign in to comment.