Skip to content

Commit

Permalink
feat: edit features
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Feb 17, 2024
1 parent a43d651 commit 9a025dd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ const FeatureList: FeatureItem[] = [
),
},
{
title: 'Multi-runtime',
icon: '🌍',
title: 'ESM only',
icon: '',
description: (
<>
The focus will always be for Node.js, but Athenna also works on Deno and Bun.
The same code runs on all platforms.
Athenna leverages modern JavaScript primitives, including ES modules, Node.js sub-path imports, and much more.
</>
),
},
Expand Down

0 comments on commit 9a025dd

Please sign in to comment.