Skip to content

Commit 12c180b

Browse files
authored
Update README.md
1 parent 8e81bb8 commit 12c180b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/app-layout-addon)
22
[![Stars on vaadin.com/directory](https://img.shields.io/vaadin-directory/star/app-layout-addon.svg)](https://vaadin.com/directory/component/app-layout-addon)
3+
[![Build Status](https://jenkins.flowingcode.com/job/AppLayout-addon/badge/icon)](https://jenkins.flowingcode.com/job/AppLayout-addon)
34

45
# App Layout Add-on
56

@@ -95,4 +96,4 @@ Using paper-cards:
9596
label.setText(content);
9697
PaperCard pc = new PaperCard(label,new MenuItem("Delete", "delete", ()->Notification.show("Delete action from card")));
9798
pc.setWidth("100%");
98-
```
99+
```

0 commit comments

Comments
 (0)