Skip to content

Commit d6a535b

Browse files
committed
remove old examples page
1 parent 87f4658 commit d6a535b

2 files changed

Lines changed: 1 addition & 530 deletions

File tree

components/Layout.tsx

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -228,28 +228,7 @@ export function Layout({ children, title = 'Base Verify Demo' }: LayoutProps) {
228228
e.currentTarget.style.color = '#9ca3af';
229229
}}
230230
>
231-
Base Verify Docs
232-
</button>
233-
<span style={{ color: '#d1d5db', fontSize: '0.8rem' }}></span>
234-
<button
235-
onClick={() => router.push('/examples')}
236-
style={{
237-
background: 'none',
238-
border: 'none',
239-
color: '#9ca3af',
240-
fontSize: '0.75rem',
241-
cursor: 'pointer',
242-
textDecoration: 'underline',
243-
padding: 0
244-
}}
245-
onMouseEnter={(e) => {
246-
e.currentTarget.style.color = '#1a1a1a';
247-
}}
248-
onMouseLeave={(e) => {
249-
e.currentTarget.style.color = '#9ca3af';
250-
}}
251-
>
252-
Examples
231+
Documentation & Examples
253232
</button>
254233
<span style={{ color: '#d1d5db', fontSize: '0.8rem' }}></span>
255234
<button

0 commit comments

Comments
 (0)