We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a8dea commit b358ec3Copy full SHA for b358ec3
.github/workflows/ci.yml
@@ -1,5 +1,5 @@
1
name: Default CI
2
-on: [push, pull_request]
+on: [pull_request]
3
jobs:
4
tests:
5
runs-on: ubuntu-latest
example/index.js
@@ -37,7 +37,7 @@ subscribe(APP_READY, () => {
37
38
{/* We can also use the actual authenticated state */}
39
<Header />
40
- <h5 className="mt-2">Actual state</h5>
+ <h5 className="mt-2">Actual authenticated state</h5>
41
<p className="small">
42
If you are authenticated, you will see the logged in state. Additionally, if
43
you are an enterprise learner, you should see a custom logo and Dashboard links
0 commit comments