Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jer3m01 committed Feb 7, 2024
1 parent c8d9aed commit b90d092
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ lerna-debug.log
# solid
.solid
.vinxi
.netlify

# VSC Settings
.vscode/settings.json
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/entry-server.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createHandler, StartServer } from "@solidjs/start/server";
import { StartServer, createHandler } from "@solidjs/start/server";

export default createHandler(() => (
<StartServer
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/mdx-components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const mdxComponents = {

return (
<h1 {...others}>
<MetaTitle>{local.children + " – Kobalte"}</MetaTitle>
<MetaTitle>{`${local.children} – Kobalte`}</MetaTitle>
{local.children}
</h1>
);
Expand Down

0 comments on commit b90d092

Please sign in to comment.