Skip to content

Commit 6086228

Browse files
authored
Merge pull request #10 from sourcifyeth/widget
Modifications for providing verify.sourcify.dev as a widget
2 parents f4fd974 + b525102 commit 6086228

File tree

7 files changed

+650
-526
lines changed

7 files changed

+650
-526
lines changed

app/components/PageLayout.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,6 @@ export default function PageLayout({ children, maxWidth = "max-w-4xl", title, su
109109
</div>
110110
</div>
111111
</div>
112-
113-
{/* Global Tooltip */}
114-
<Tooltip
115-
id="global-tooltip"
116-
style={{ maxWidth: "300px", fontSize: "14px", zIndex: 1000 }}
117-
className="!bg-gray-900 !text-white !rounded-lg !shadow-lg"
118-
/>
119112
</>
120113
);
121114
}

0 commit comments

Comments
 (0)