Skip to content

Commit

Permalink
fix icon and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MSghais committed Jul 21, 2024
1 parent 431e550 commit 5da13f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 1 addition & 3 deletions website/public/assets/telegramIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions website/src/app/components/NavigationLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export function NavigationLinks() {
return (
<ul className="items-center gap-x-[32px] font-normal text-lg leading-[21px] text-white hidden desktop:flex">
<li><Link href="/features">Features </Link></li>
<li>Ecosystem</li>
<li>Developers</li>
{/* <li>Ecosystem</li> */}
{/* <li>Developers</li> */}
</ul>
);
}
5 changes: 2 additions & 3 deletions website/src/app/components/features/DescriptionFeatures.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@ export function DescriptionFeatures() {
title="Own your keys, own your destiny"
description="Take the control of your own Identity, Money, Content and Data. "
/>

<Feature
img="/assets/money-send.svg"
title="Payment & Finance"
description="You can Tips, Pay, Progammable payment and Gift using Digital identites with a Social graph for Bitcoin & ETH."
description="You can Tips, Pay, Progammable payment and Gift using Digital identites"
/>
<Feature
<Feature
img="/assets/money-send.svg"
title="Social graph"
description="Social network for Community by interests, with privacy and data management."
Expand Down

0 comments on commit 5da13f2

Please sign in to comment.