We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2df731 commit 3f61456Copy full SHA for 3f61456
home.tsx
@@ -11,7 +11,7 @@ export async function renderHome() {
11
<meta charset="utf-8" />
12
<meta name="viewport" content="width=device-width,initial-scale=1" />
13
<meta name="description" content="Latest plugin versions for dprint." />
14
- <title>Latest Plugins - dprint</title>
+ <title>Plugins - dprint</title>
15
<script>
16
addEventListener("load", () => {
17
for (const button of document.getElementsByClassName("copy-button")) {
@@ -40,7 +40,7 @@ async function renderContent() {
40
const pluginsData = await readInfoFile();
41
const section = (
42
<section id="content">
43
- <h1>Latest Plugins</h1>
+ <h1>Plugins</h1>
44
{renderPlugins(pluginsData)}
45
<p>
46
Helpful commands:
0 commit comments