-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
10 additions
and
19 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ export default async function Page() { | |
performance of each API Gateway we must approve each module. This | ||
process only takes a few hours so if you need something new please reach | ||
out to use on twitter{" "} | ||
<Link href="https://twitter.com/zuplo">@zuplo</Link> or through email | ||
<Link href="https://twitter.com/zuplo">@zuplo</Link> or through email{" "} | ||
<Link href="mailto:[email protected]">[email protected]</Link> | ||
</p> | ||
|
||
|
@@ -41,13 +41,15 @@ export default async function Page() { | |
{data.map((bundle) => ( | ||
<tr key={bundle.name}> | ||
<td> | ||
<a | ||
<Link | ||
href={ | ||
bundle.url ?? `https://www.npmjs.com/package/${bundle.name}` | ||
} | ||
rel="noopener noreferrer" | ||
target="_blank" | ||
> | ||
{bundle.name} | ||
</a> | ||
</Link> | ||
</td> | ||
<td>{bundle.version}</td> | ||
<td>{bundle.description}</td> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters