Skip to content

Commit 16afaa2

Browse files
committed
remove portal
1 parent cceed7d commit 16afaa2

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"workspaces": [
33
"peer",
4-
"portal",
54
"demo-react",
65
"demo-cdn",
76
"demo-server"

peer/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8" />
66
<link rel="icon" type="image/svg+xml" href="https://pulsebeam.dev/favicon.svg" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>PulseBeam Portal</title>
8+
<title>PulseBeam</title>
99
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/beer.min.css" rel="stylesheet">
1010
<script type="module" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/beer.min.js"></script>
1111
<script type="module"

0 commit comments

Comments
 (0)