Skip to content

Commit 9f9f73f

Browse files
committed
with gpg
1 parent 27d570b commit 9f9f73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/newpage/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const HomePage = () => {
7979

8080
<div className="bg-gray-800 p-5 mb-6 rounded shadow-md">
8181
<h2 className="text-2xl font-semibold">How it works</h2>
82-
<p className="mt-2">The service repeatedly examines sites such as github.com, npmjs.com, and pkg.go.dev to find up-to-date information about open source software packages. Using that information, it builds for each package the full dependency graph from scratch—not just from package lock files—connecting it to the packages it depends on and to those that depend on it. This transitive dependency graph allows problems in any package to be made visible to the owners and users of any software they affect.</p>
82+
<p className="mt-2">The service repeatedly examinesabaaba sites such as github.com, npmjs.com, and pkg.go.dev to find up-to-date information about open source software packages. Using that information, it builds for each package the full dependency graph from scratch—not just from package lock files—connecting it to the packages it depends on and to those that depend on it. This transitive dependency graph allows problems in any package to be made visible to the owners and users of any software they affect.</p>
8383
</div>
8484
</div>
8585
</div >

0 commit comments

Comments
 (0)