From a25d08fd7619fbc980c42ca8968ddf0ee3ae28d2 Mon Sep 17 00:00:00 2001
From: Cory McWilliams <cory@unprompted.com>
Date: Thu, 22 May 2025 07:04:57 -0400
Subject: [PATCH] intro: Skipped a step.

---
 apps/intro/index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/apps/intro/index.html b/apps/intro/index.html
index 56c479f40..c210effd9 100644
--- a/apps/intro/index.html
+++ b/apps/intro/index.html
@@ -132,8 +132,8 @@
 						</ul>
 					</div>
 					<footer class="w3-center w3-xlarge w3-padding">
-						<a class="w3-button w3-yellow" target="_top" href="/~core/ssb/"
-							>Okay</a
+						<button class="w3-button w3-yellow proceed"
+							>Okay</button
 						>
 					</footer>
 				</div>
@@ -230,7 +230,7 @@
 			document.getElementById('right').onclick = () => show(1);
 			document.getElementById('complete').onclick = function () {
 				console.log('completing');
-				tfrpc.rpc.complete().then(function () {
+				tfrpc.rpc.complete().finally(function () {
 					console.log('completed');
 					let a = document.createElement('a');
 					a.href = '/~core/ssb/';