Skip to content

Commit c87be08

Browse files
committed
title fix
1 parent 74329d8 commit c87be08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export default function Home(): ReactNode {
125125
const { siteConfig } = useDocusaurusContext();
126126
return (
127127
<Layout
128-
title={`${siteConfig.title} - Development Notebook`}
128+
title={`${siteConfig.title}`}
129129
description="Ora development notebook: An experimental smart contract language with formal verification capabilities. Documentation of language design and implementation progress.">
130130
<HomepageHeader />
131131
<main>

0 commit comments

Comments
 (0)