@hellocoop/quickstart 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/page.js +1 -7
package/package.json
CHANGED
package/page.js
CHANGED
|
@@ -57,13 +57,7 @@ export default function (client_id) {
|
|
|
57
57
|
</ul>
|
|
58
58
|
<a href="https://console.hello.coop/?client_id=${client_id}" style="font-weight: 500;">at the Hellō Developer Console</a>
|
|
59
59
|
</div>
|
|
60
|
-
<p style="margin:
|
|
61
|
-
<div style="display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px;">
|
|
62
|
-
<p style="display: flex; justify-content: center; align-items: center; gap: 20px;">
|
|
63
|
-
<a href="https://www.hello.coop/">Learn more about Hellō</a>
|
|
64
|
-
<a href="https://www.hello.dev/">Hellō Developer Docs</a>
|
|
65
|
-
</p>
|
|
66
|
-
</div>
|
|
60
|
+
<p style="margin: 48px 0; font-size: 26px;">You may now close this window.</p>
|
|
67
61
|
</main>
|
|
68
62
|
</body>
|
|
69
63
|
</html>`
|