Skip to content

Commit

Permalink
fixed format
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadai2010 committed Aug 11, 2024
1 parent 8e37782 commit 6a911f5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ export const ReadOnlyFunctionForm = ({
</div>
</div>
);
};
};
2 changes: 1 addition & 1 deletion packages/nextjs/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ export const Footer = () => {
</div>
</div>
);
};
};
9 changes: 7 additions & 2 deletions packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ import React, { useCallback, useRef, useState, useEffect } from "react";
import Image from "next/image";
import Link from "next/link";
import { usePathname } from "next/navigation";
import { Bars3Icon, BugAntIcon, CircleStackIcon, InboxStackIcon } from "@heroicons/react/24/outline";
import {
Bars3Icon,
BugAntIcon,
CircleStackIcon,
InboxStackIcon,
} from "@heroicons/react/24/outline";
import { useOutsideClick } from "~~/hooks/scaffold-stark";
import { CustomConnectButton } from "~~/components/scaffold-stark/CustomConnectButton";
import { useTheme } from "next-themes";
Expand Down Expand Up @@ -166,4 +171,4 @@ export const Header = () => {
</div>
</div>
);
};
};
2 changes: 1 addition & 1 deletion packages/nextjs/components/SwitchTheme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ export const SwitchTheme = ({ className }: { className?: string }) => {
}
</div>
);
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,4 @@ export const AddressInfoDropdown = ({
</details>
</>
);
};
};
2 changes: 1 addition & 1 deletion packages/nextjs/components/scaffold-stark/Faucet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ export const Faucet = () => {
</label>
</div>
);
};
};

0 comments on commit 6a911f5

Please sign in to comment.