- commit
- 4ba0771
- parent
- 457fc13
- author
- Eric Bower
- date
- 2024-02-19 21:27:37 +0000 UTC
chore: rm set username
2 files changed,
+2,
-3
+0,
-1
1@@ -62,7 +62,6 @@ const (
2
3 // menu text corresponding to menu choices. these are presented to the user.
4 var menuChoices = map[menuChoice]string{
5- setUserChoice: "Set username",
6 keysChoice: "Manage keys",
7 tokensChoice: "Manage tokens",
8 exitChoice: "Exit",
+2,
-2
1@@ -31,7 +31,7 @@
2 <h1 class="text-2xl font-bold">{{.Site.Domain}}</h1>
3 <p class="text-lg">A zero-install static site hosting service for hackers</p>
4 <div>
5- <a href="https://pico.sh/pgs" class="btn-link my">
6+ <a href="https://pico.sh/getting-started" class="btn-link my">
7 GET STARTED
8 </a>
9 </div>
10@@ -89,7 +89,7 @@
11 </div>
12
13 <div>
14- <a href="https://pico.sh/pgs" class="btn-link mt">
15+ <a href="https://pico.sh/getting-started" class="btn-link mt">
16 GET STARTED
17 </a>
18 </div>