Skip to content

Commit

Permalink
change copy
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Dec 4, 2024
1 parent 0878e83 commit 704a276
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devconnect/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1217,8 +1217,8 @@ const Home: NextPage = (props: any) => {
<div className={`section ${css['bottom-section']}`}>
<div className={`${css['bottom']} margin-bottom-less`}>
<div className="flex gap-3 text-xl items-center relative">
<div className={'absolute top-0 -translate-y-full left-0 text-[11px] leading-none pb-1.5 opacity-60'}>
Follow us on...
<div className={'absolute top-0 -translate-y-full left-0 text-[11px] leading-none pb-1.5 opacity-50'}>
@EFDevconnect
</div>
{/* <Logo
onMouseEnter={() => setHehe(true)}
Expand All @@ -1235,7 +1235,7 @@ const Home: NextPage = (props: any) => {
target="_blank"
className="cursor-pointer flex items-center"
rel="noreferrer"
href="https://twitter.com/efdevconnect"
href="https://x.com/EFDevconnect/"
>
<TwitterIcon style={{ fill: 'black' }} />
</a>
Expand Down

0 comments on commit 704a276

Please sign in to comment.