Skip to content

Commit 3f61456

Browse files
committed
Update title
1 parent e2df731 commit 3f61456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

home.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export async function renderHome() {
1111
<meta charset="utf-8" />
1212
<meta name="viewport" content="width=device-width,initial-scale=1" />
1313
<meta name="description" content="Latest plugin versions for dprint." />
14-
<title>Latest Plugins - dprint</title>
14+
<title>Plugins - dprint</title>
1515
<script>
1616
addEventListener("load", () => {
1717
for (const button of document.getElementsByClassName("copy-button")) {
@@ -40,7 +40,7 @@ async function renderContent() {
4040
const pluginsData = await readInfoFile();
4141
const section = (
4242
<section id="content">
43-
<h1>Latest Plugins</h1>
43+
<h1>Plugins</h1>
4444
{renderPlugins(pluginsData)}
4545
<p>
4646
Helpful commands:

0 commit comments

Comments
 (0)