Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alissacrane-cb committed Oct 11, 2024
1 parent a30faff commit 6c02f5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useCallback, useState } from "react";
import { useCallback, useState } from 'react';
import {
GITHUB_LINK,
ONCHAINKIT_LINK,
Expand Down
1 change: 1 addition & 0 deletions src/svg/MenuSvg.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export function MenuSvg() {
height="16"
viewBox="0 0 24 24"
>
<title>MenuSvg</title>
<path d="M24 6h-24v-4h24v4zm0 4h-24v4h24v-4zm0 8h-24v4h24v-4z" />
</svg>
);
Expand Down

0 comments on commit 6c02f5c

Please sign in to comment.