Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
illright committed Nov 13, 2024
1 parent 68c24bc commit 115cad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feature-sliced/documentation",
"version": "2.1",
"version": "2.1.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
4 changes: 1 addition & 3 deletions src/pages/versions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ function Version() {

{latestVersion && (
<div className="margin-bottom--lg">
<h3 id="next">
Feature-Sliced Design v2.1 (Current)
</h3>
<h3 id="next">Feature-Sliced Design v2.1 (Current)</h3>
<p>{translate({ id: "pages.versions.current" })}</p>
<Table>
<Table.Row
Expand Down

0 comments on commit 115cad1

Please sign in to comment.