From cc252b9518448b3acedc4ef4103d6910d154250a Mon Sep 17 00:00:00 2001 From: Luc Date: Fri, 29 Sep 2023 17:20:05 +0000 Subject: [PATCH] x --- blog/src/components/DynLink.tsx | 9 +++++++-- blog/src/components/navbar/HamburgerMenu.tsx | 9 +++++++-- content/013_frensday_announcement/meta.json | 2 +- content/013_frensday_announcement/readme.mdx | 4 +++- 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/blog/src/components/DynLink.tsx b/blog/src/components/DynLink.tsx index 9acb59c..051caf9 100644 --- a/blog/src/components/DynLink.tsx +++ b/blog/src/components/DynLink.tsx @@ -1,6 +1,9 @@ +import Image from 'next/image'; import Link from 'next/link'; import { FC } from 'react'; -import { FiExternalLink, FiMail, FiTwitter, FiYoutube } from 'react-icons/fi'; +import { FiExternalLink, FiMail, FiYoutube } from 'react-icons/fi'; + +import xLogo from '../../public/icons/x.svg'; export const DynLink: FC<{ href: string }> = ({ href, ...properties }) => { const isExternal = href.startsWith('http'); @@ -20,7 +23,9 @@ export const DynLink: FC<{ href: string }> = ({ href, ...properties }) => { {isYoutube && } - {isTwitter && } + {isTwitter && ( + X + )} {isEmail && } , to: 'https://twitter.com/ensdomains' }, + { + icon: text-neutral-400, + to: 'https://twitter.com/ensdomains', + }, { icon: , to: 'https://github.com/ensdomains' }, { icon: , to: 'https://chat.ens.domains' }, { diff --git a/content/013_frensday_announcement/meta.json b/content/013_frensday_announcement/meta.json index 3942927..57cd523 100644 --- a/content/013_frensday_announcement/meta.json +++ b/content/013_frensday_announcement/meta.json @@ -3,6 +3,6 @@ "title": "frENSday at DevConnect", "description": "ENS is excited to present frENSday, the premier event kicking off DevConnect 2023 in the vibrant city of Istanbul, Türkiye.", "date": "2023-09-29", - "tags": ["frensday"], + "tags": [], "authors": ["sadaf.eth"] } diff --git a/content/013_frensday_announcement/readme.mdx b/content/013_frensday_announcement/readme.mdx index 825feb8..5f96ab8 100644 --- a/content/013_frensday_announcement/readme.mdx +++ b/content/013_frensday_announcement/readme.mdx @@ -32,6 +32,8 @@ Ready to become part of the next chapter in Web3? Registration opens today, [vol frENSday is not just an event to us; it's a step toward a more equitable, decentralized and innovative digital future. -To stay up-to-date with the latest developments, follow ENS on Twitter ([@ensdomains](https://twitter.com/ensdomains)) and for any inquiries, you can reach out to me Sadaf, our Director of Marketing, at events@ens.domains. Grab your ticket tomorrow and mark your calendar for November 13, 2023. +To stay up-to-date with the latest developments, follow ENS on Twitter ([@ensdomains](https://twitter.com/ensdomains)) and for any inquiries, you can reach out to me Sadaf, our Director of Marketing, at events@ens.domains. + +Grab your ticket tomorrow and mark your calendar for November 13, 2023. See you at frENSday!