Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

Commit 0571b2c

Browse files
committed
minor doc changes
1 parent 0e0d369 commit 0571b2c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/index.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ header().apply {
4343
title().setText("Title")
4444
spacer()
4545
navigation().apply {
46-
navLink().setText("First header link")
47-
navLink().setText("Second header link")
48-
navLink().setText("Third header link")
49-
navLink().setText("Fourth header link")
46+
navLink().setText("Delete").on.click {
47+
database.delete().where(ID.eq(oId)).execute()
48+
}
49+
navLink().setText("Create")
50+
navLink().setText("Modify")
5051
}
5152
}
5253
}

0 commit comments

Comments
 (0)