Skip to content

Commit 4f6d545

Browse files
committed
Fixes
1 parent 20cf067 commit 4f6d545

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

_sass/custom/custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
.home-button.primary {
214214
color: #fff;
215215
background: linear-gradient(135deg, #63c093 0%, #4e98a8 50%, #4a80b0 100%);
216-
box-shadow: 0 18x 10px rgba(51, 80, 106, 0.22);
216+
box-shadow: 0 18px 10px rgba(51, 80, 106, 0.22);
217217
}
218218

219219
.home-button.secondary {

concepts/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ cards:
1515
- title: State Refinements
1616
url: /concepts/state-refinements/
1717
description: Learn how to model protocol-oriented object states and valid method transitions.
18-
- title: Ghosts
19-
url: /concepts/ghosts/
20-
description: Learn how to track logical state that helps express and verify richer object invariants.
2118
- title: External Refinements
2219
url: /concepts/external-refinements/
2320
description: Learn how to refine external libraries that cannot be annotated directly.
21+
- title: Ghosts
22+
url: /concepts/ghosts/
23+
description: Learn how to track logical state that helps express and verify richer object invariants.
2424
---
2525

2626
# Concepts

diagnostics/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ cards:
1212
- title: Warnings
1313
url: /diagnostics/warnings/
1414
description: Learn about the different verification warnings LiquidJava can report and what each one means.
15-
- title: Structure
16-
url: /diagnostics/diagnostic-structure/
17-
description: Learn how to understand a diagnostic message.
1815
- title: Custom Messages
1916
url: /diagnostics/custom-messages/
2017
description: Learn how to provide clearer diagnostic messages using the `msg` parameter.
18+
- title: Diagnostic Structure
19+
url: /diagnostics/diagnostic-structure/
20+
description: Learn how to understand a diagnostic message.
2121
---
2222

2323
# Diagnostics

0 commit comments

Comments
 (0)