Skip to content

Commit

Permalink
Move pr on MiniFooter to the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
portdeveloper committed Mar 24, 2024
1 parent e5df32b commit 8292c55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nextjs/components/MiniFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { BuidlGuidlLogo } from "~~/components/assets/BuidlGuidlLogo";

export const MiniFooter = () => {
return (
<div className="flex justify-center items-center gap-1 text-xs w-full pr-6 pt-4">
<div className="flex justify-center items-center gap-1 text-xs w-full pt-4">
<div className="mb-1">
<a href="https://github.com/BuidlGuidl/abi.ninja" target="_blank" rel="noreferrer" className="link">
Fork me
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const ContractUI = ({ className = "", initialContractData }: ContractUIPr
<input id="sidebar" type="checkbox" className="drawer-toggle" />
<div className="drawer-side h-full z-50 sm:z-10">
<label htmlFor="sidebar" aria-label="close sidebar" className="drawer-overlay"></label>
<ul className="menu p-6 pr-0 pb-3 bg-white h-full justify-between flex-nowrap">
<ul className="menu p-6 pr-6 pb-3 bg-white h-full justify-between flex-nowrap">
<MethodSelector
readMethodsWithInputsAndWriteMethods={readMethodsWithInputsAndWriteMethods}
abi={abi}
Expand Down

0 comments on commit 8292c55

Please sign in to comment.