Skip to content

Commit

Permalink
fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac committed Sep 1, 2024
1 parent a6e66aa commit 3dc996d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/modules/GraphView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const GraphCanvas = ({ isWidget }: GraphProps) => {
);
};

const SUPPORTED_LIMIT = 400;
const SUPPORTED_LIMIT = 600;

export const GraphView = ({ isWidget = false }: GraphProps) => {
const setViewPort = useGraph(state => state.setViewPort);
Expand Down
4 changes: 2 additions & 2 deletions src/pages/sign-up.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ const SignUp = () => {
For advanced features, please visit{" "}
<Anchor td="underline" href="https://todiagram.com" inherit>
ToDiagram
</Anchor>{" "}
or you can continue to use JSON Crack without an account.
</Anchor>
, or you can continue using JSON Crack without an account.
</Text>
<Center my="md">
<Link href="/editor" prefetch={false} passHref>
Expand Down

0 comments on commit 3dc996d

Please sign in to comment.