Skip to content

Commit ce621a2

Browse files
committed
beta signup fixes
1 parent 2c5c2a6 commit ce621a2

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

static/styles/style.css

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -373,14 +373,14 @@ img, video {
373373
margin-top: 1.25rem;
374374
}
375375

376-
.mt-6 {
377-
margin-top: 1.5rem;
378-
}
379-
380376
.mt-14 {
381377
margin-top: 3.5rem;
382378
}
383379

380+
.mt-6 {
381+
margin-top: 1.5rem;
382+
}
383+
384384
.mb-5 {
385385
margin-bottom: 1.25rem;
386386
}
@@ -637,10 +637,6 @@ img, video {
637637
align-items: center;
638638
}
639639

640-
.justify-end {
641-
justify-content: flex-end;
642-
}
643-
644640
.justify-center {
645641
justify-content: center;
646642
}
@@ -1282,6 +1278,8 @@ pre table {
12821278

12831279
.ais-Hits-item > a:hover, .ais-Hits-item > a:hover .ais-Highlight-highlighted {
12841280
font-style: italic;
1281+
}
1282+
12851283
.placeholder\:text-gray-400::placeholder {
12861284
--tw-text-opacity: 1;
12871285
color: rgb(156 163 175 / var(--tw-text-opacity));

templates/beta_signup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</div>
6767
<div class="flex-1 flex sm:items-stretch sm:justify-start">
6868
<a href="/" class="block flex-shrink-0 flex items-center mr-auto">
69-
<img class="block h-8 w-auto" src="img/logo/iroh-wordmark-purple.svg" alt="Iroh">
69+
<img class="block h-8 w-auto" src="/img/logo/iroh-wordmark-purple.svg" alt="Iroh">
7070
</a>
7171

7272
<div class="hidden inset-y-0 sm:block sm:pr-0 sm:inset-auto">
@@ -98,7 +98,7 @@
9898
<h2 class="text-2xl font-semibold leading-10 text-gray-900">Claim your spot now</h2>
9999
<p class="mt-1 text-md leading-6 text-gray-600">Join the beta for early access to hosted infra & tooling.</p>
100100

101-
<form method="POST" action="https://iroh.computer/beta-signup" class="mt-5 grid grid-cols-1 gap-x-6 gap-y-5 sm:grid-cols-6">
101+
<form method="POST" action="https://iroh.network/beta-signup" class="mt-5 grid grid-cols-1 gap-x-6 gap-y-5 sm:grid-cols-6">
102102
<div class="sm:col-span-6">
103103
<label for="name" class="block text-sm font-medium leading-6 text-gray-500 tracking-wide">Name</label>
104104
<div class="mt-1">

templates/beta_signup_failure.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</div>
6767
<div class="flex-1 flex sm:items-stretch sm:justify-start">
6868
<a href="/" class="block flex-shrink-0 flex items-center mr-auto">
69-
<img class="block h-8 w-auto" src="img/logo/iroh-wordmark-purple.svg" alt="Iroh">
69+
<img class="block h-8 w-auto" src="/img/logo/iroh-wordmark-purple.svg" alt="Iroh">
7070
</a>
7171

7272
<div class="hidden inset-y-0 sm:block sm:pr-0 sm:inset-auto">

templates/beta_signup_success.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</div>
6767
<div class="flex-1 flex sm:items-stretch sm:justify-start">
6868
<a href="/" class="block flex-shrink-0 flex items-center mr-auto">
69-
<img class="block h-8 w-auto" src="img/logo/iroh-wordmark-purple.svg" alt="Iroh">
69+
<img class="block h-8 w-auto" src="/img/logo/iroh-wordmark-purple.svg" alt="Iroh">
7070
</a>
7171

7272
<div class="hidden inset-y-0 sm:block sm:pr-0 sm:inset-auto">

0 commit comments

Comments
 (0)