diff --git a/demo/electron-tabs.html b/demo/electron-tabs.html
index 25c9d00..01356bf 100644
--- a/demo/electron-tabs.html
+++ b/demo/electron-tabs.html
@@ -40,10 +40,13 @@
title: "electron-tabs on Github",
src: "https://github.com/brrd/electron-tabs",
iconURL: "mark-github.svg",
- visible: true,
active: true
});
+ tabGroup.addTab({
+ title: "Local Page",
+ src: "page.html"
+ });