Skip to content

Commit

Permalink
Update title
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jul 20, 2024
1 parent e2df731 commit 3f61456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export async function renderHome() {
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="Latest plugin versions for dprint." />
<title>Latest Plugins - dprint</title>
<title>Plugins - dprint</title>
<script>
addEventListener("load", () => {
for (const button of document.getElementsByClassName("copy-button")) {
Expand Down Expand Up @@ -40,7 +40,7 @@ async function renderContent() {
const pluginsData = await readInfoFile();
const section = (
<section id="content">
<h1>Latest Plugins</h1>
<h1>Plugins</h1>
{renderPlugins(pluginsData)}
<p>
Helpful commands:
Expand Down

0 comments on commit 3f61456

Please # to comment.