You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/pages/index.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ export default function Home(): ReactNode {
125
125
const{ siteConfig }=useDocusaurusContext();
126
126
return(
127
127
<Layout
128
-
title={`${siteConfig.title} - Development Notebook`}
128
+
title={`${siteConfig.title}`}
129
129
description="Ora development notebook: An experimental smart contract language with formal verification capabilities. Documentation of language design and implementation progress.">
0 commit comments