Skip to content
This repository was archived by the owner on May 31, 2020. It is now read-only.

Commit 971ed3f

Browse files
committed
fix: update title of examples
1 parent e6dab96 commit 971ed3f

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

examples/add-video-block/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
88
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
99

10-
<title>@djsp/core</title>
10+
<title>@djsp/add-video-block-example</title>
1111
</head>
1212

1313
<body>

examples/block-switcher/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
88
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
99

10-
<title>@djsp/core</title>
10+
<title>@djsp/block-switcher-example</title>
1111
</head>
1212

1313
<body>

examples/counter/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
99

10-
<title>@djsp/suggestions</title>
10+
<title>@djsp/counter-example</title>
1111
</head>
1212

1313
<body>

examples/emoji-example/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
99

10-
<title>@djsp/suggestions</title>
10+
<title>@djsp/emoji-example</title>
1111
</head>
1212

1313
<body>

examples/inline-toolbar/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
99

10-
<title>@djsp/core</title>
10+
<title>@djsp/inline-toolbar-example</title>
1111
</head>
1212

1313
<body>

examples/mentions-example/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
99

10-
<title>@djsp/suggestions</title>
10+
<title>@djsp/mentions-example</title>
1111
</head>
1212

1313
<body>

examples/static-toolbar-example/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
99

10-
<title>@djsp/core</title>
10+
<title>@djsp/static-toolbar-example</title>
1111
</head>
1212

1313
<body>

examples/undo-example/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
99

10-
<title>@djsp/suggestions</title>
10+
<title>@djsp/undo-example</title>
1111
</head>
1212

1313
<body>

0 commit comments

Comments
 (0)