Skip to content

Commit 6354679

Browse files
committed
fix: align wording with npm tos
1 parent 6d52149 commit 6354679

4 files changed

Lines changed: 30 additions & 25 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## Vision
1414

15-
The aim of [npmx.dev](https://npmx.dev) is to provide a better npm package browsing experience - fast, accessible, and designed for power users.
15+
The aim of [npmx.dev](https://npmx.dev) is to provide a better browser for the npm registry - fast, accessible, and designed for power users.
1616

1717
- **Speed first** - Insanely fast searching, filtering, and navigation.
1818
- **URL compatible** - Replace `npmjs.com` with `xnpmjs.com` or `npmx.dev` in any URL and it just works.

app/components/AppFooter.vue

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,31 @@
11
<template>
22
<footer class="border-t border-border mt-auto">
3-
<div class="container py-8 flex flex-col sm:flex-row items-center justify-between gap-4 text-fg-subtle text-sm">
4-
<p class="font-mono m-0">
5-
a better npm browser
6-
</p>
7-
<div class="flex items-center gap-6">
8-
<a
9-
href="https://github.com/danielroe/npmx.dev"
10-
rel="noopener noreferrer"
11-
class="link-subtle font-mono text-xs"
12-
>
13-
source
14-
</a>
15-
<span class="text-border">|</span>
16-
<a
17-
href="https://roe.dev"
18-
rel="noopener noreferrer"
19-
class="link-subtle font-mono text-xs"
20-
>
21-
@danielroe
22-
</a>
3+
<div class="container py-8 flex flex-col gap-4 text-fg-subtle text-sm">
4+
<div class="flex flex-col sm:flex-row items-center justify-between gap-4">
5+
<p class="font-mono m-0">
6+
a better browser for the npm registry
7+
</p>
8+
<div class="flex items-center gap-6">
9+
<a
10+
href="https://github.com/danielroe/npmx.dev"
11+
rel="noopener noreferrer"
12+
class="link-subtle font-mono text-xs"
13+
>
14+
source
15+
</a>
16+
<span class="text-border">|</span>
17+
<a
18+
href="https://roe.dev"
19+
rel="noopener noreferrer"
20+
class="link-subtle font-mono text-xs"
21+
>
22+
@danielroe
23+
</a>
24+
</div>
2325
</div>
26+
<p class="text-xs text-fg-subtle/60 text-center sm:text-left m-0">
27+
npm is a registered trademark of npm, Inc. This site is not affiliated with npm, Inc.
28+
</p>
2429
</div>
2530
</footer>
2631
</template>

app/components/OgImage/Default.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
>./</span> npmx
1313
</h1>
1414
<h1 class="text-3xl font-medium tracking-tight">
15-
a better npm package browser
15+
a better browser for the npm registry
1616
</h1>
1717

1818
<p class="absolute bottom-12 text-lg text-[#404040]">

app/pages/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ function handleSearch() {
1111
}
1212
1313
useSeoMeta({
14-
title: 'npmx - Better npm Package Browser',
15-
description: 'A fast, accessible npm package browser for power users. Search, browse, and manage npm packages with a modern interface.',
14+
title: 'npmx - Package Browser for the npm Registry',
15+
description: 'A better browser for the npm registry. Search, browse, and explore packages with a modern interface.',
1616
})
1717
1818
defineOgImageComponent('Default')
@@ -31,7 +31,7 @@ defineOgImageComponent('Default')
3131
class="text-fg-muted text-lg sm:text-xl max-w-md mb-12 animate-slide-up animate-fill-both"
3232
style="animation-delay: 0.1s"
3333
>
34-
a better npm package browser
34+
a better browser for the npm registry
3535
</p>
3636

3737
<!-- Search form with micro-interactions -->

0 commit comments

Comments
 (0)