Skip to content

Commit 9357701

Browse files
huijingJoblersTune
andauthored
Update src/pages/index.astro
Co-authored-by: Sarah Jones <[email protected]>
1 parent 17325dd commit 9357701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ changeLanguage("en");
1111
const title = t("site.title");
1212
const description = t("site.description");
1313
const pluginsList = data.plugins.filter(function(plugin){
14-
return plugin.version.includes("2.0");
14+
return plugin.version.includes("2.0");
1515
})
1616
---
1717
<Base title={title} description={description}>

0 commit comments

Comments
 (0)