Skip to content

Commit

Permalink
Merge pull request #965 from DTS-STN/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
shawn320 authored Aug 7, 2023
2 parents 91b8d08 + 80ca0d6 commit 8e3b287
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Menu/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export function Menu(props) {
) : (
<path
fillRule="evenodd"
d="M14.707 12.707a1 1 0 01-1.414 0L10 9.414l-3.293 3.293a1 1 0 01-1.414-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 010 1.414z z-10"
d="M14.707 12.707a1 1 0 01-1.414 0L10 9.414l-3.293 3.293a1 1 0 01-1.414-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 010 1.414z"
clipRule="evenodd"
/>
)}
Expand Down
5 changes: 5 additions & 0 deletions src/svg.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
declare module "*.svg" {
const content: any;
export default content;
}

0 comments on commit 8e3b287

Please sign in to comment.