Skip to content

Commit

Permalink
Remove dash in open source on the lp (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarb authored Aug 20, 2024
1 parent 7b8803e commit 22a4aaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/web/src/components/Basenames/PoweredByEns/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ export default function PoweredByEns() {
{/* Text content */}
<div className="w-full px-4 text-left md:w-1/2 lg:pl-28">
<div className="flex pb-8 text-5xl font-normal md:text-6xl">
Decentralized and open-source
Decentralized and open source
</div>
<div className="flex pb-10 text-xl">
Basenames are built on the decentralized, open-source ENS protocol, aligned with Base’s
dedication to decentralized and open-source technologies.{' '}
Basenames are built on the decentralized, open source ENS protocol, aligned with Base’s
dedication to decentralized and open source technologies.{' '}
</div>
</div>
</div>
Expand Down

0 comments on commit 22a4aaa

Please sign in to comment.