Skip to content

Commit 1949301

Browse files
authored
Update index.tsx
1 parent 906d2b8 commit 1949301

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/src/pages/formal-spec/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ const AGDA_MODULES = [
3434
export default function FormalSpecPage(): React.ReactElement {
3535
return (
3636
<Layout
37-
title="Formal Specification"
38-
description="Ouroboros Leios Formal Specification"
37+
title="Formal specification"
38+
description="Ouroboros Leios formal specification"
3939
>
4040
<main className={styles.main}>
4141
<div className={styles.container}>
42-
<h1>Ouroboros Leios Formal Specification</h1>
42+
<h1>Ouroboros Leios formal specification</h1>
4343
<p>
4444
This section contains the formal specification of the Ouroboros Leios protocol,
4545
written in Agda. The specification provides a mathematical foundation for the
@@ -65,4 +65,4 @@ export default function FormalSpecPage(): React.ReactElement {
6565
</main>
6666
</Layout>
6767
);
68-
}
68+
}

0 commit comments

Comments
 (0)