Skip to content

Commit

Permalink
Update src/pages/index.astro
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Jones <[email protected]>
  • Loading branch information
huijing and JoblersTune authored Aug 20, 2024
1 parent 17325dd commit 9357701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ changeLanguage("en");
const title = t("site.title");
const description = t("site.description");
const pluginsList = data.plugins.filter(function(plugin){
return plugin.version.includes("2.0");
return plugin.version.includes("2.0");
})
---
<Base title={title} description={description}>
Expand Down

0 comments on commit 9357701

Please sign in to comment.