Skip to content

Commit b478dd2

Browse files
Merge pull request #1050 from wjohnsto/fix/footer-font
fix: footer font is font-sans not font-mono
2 parents b346029 + 8b60ade commit b478dd2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

layouts/partials/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<footer
2-
class="relative flex justify-center bg-white px-0 py-24 text-redis-pen-600 border border-t-redis-pen-300 text-[13px]">
2+
class="relative flex justify-center bg-white px-0 py-24 text-redis-pen-600 border border-t-redis-pen-300 text-[13px] font-sans">
33
<div class="flex w-full max-w-7xl flex-col gap-6 px-4 md:flex-row lg:px-8">
44
<div class="flex flex-col gap-8 md:max-w-[40%] md:flex-[40%]">
55
<a class="relative hover:text-redis-pen-400 w-[82px] mb-4" href="https://redis.io/">
@@ -102,7 +102,7 @@ <h3 class="font-medium text-base uppercase text-redis-ink-900">Connect</h3>
102102
<h3 class="font-medium text-base uppercase text-redis-ink-900">Partners</h3>
103103
<div class="flex flex-col gap-4 pt-4">
104104
<a class="hover:text-redis-pen-800" href="https://redis.io/cloud-partners/aws/">Amazon Web Services</a>
105-
<a class="hover:text-redis-pen-800" href="https://redis.io/cloud-partners/google-cloud/">Google Cloud</a>
105+
<a class="hover:text-redis-pen-800" href="https://redis.io/cloud-partners/google/">Google Cloud</a>
106106
<a class="hover:text-redis-pen-800" href="https://redis.io/cloud-partners/azure/">Microsoft Azure</a>
107107
<a class="hover:text-redis-pen-800" href="https://redis.io/partners/">All partners</a>
108108
</div>

layouts/partials/header/products-dropdown.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="mb-6 border-b border-redis-pencil-250 pb-2 text-xs font-medium upperc
5454
</div>
5555
<div class="mt-auto">
5656
<h2 class="mb-6 pb-2 text-xs font-medium uppercase tracking-[2px] text-gray-400">Get Redis</h2><a
57-
class="w-9/12 rounded border border-redis-pen-600 bg-redis-yellow-500 px-6 py-4 font-space font-normal hover:bg-redis-pen-800 hover:text-white"
57+
class="w-9/12 rounded border border-redis-pen-600 bg-redis-yellow-500 px-6 py-4 font-mono font-normal hover:bg-redis-pen-800 hover:text-white"
5858
href="https://redis.io/downloads/">Downloads</a>
5959
</div>
6060
</div>

layouts/partials/header/products-mobile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h2 class="mb-6 pb-2 text-xs uppercase tracking-[2px] text-gray-400">Tools</h2>
4848
<div class="pt-4">
4949
<h2 class="mb-6 pb-2 text-xs uppercase tracking-[2px] text-gray-400">Get Redis</h2>
5050
<div class="flex text-center"><a
51-
class="w-full rounded border border-redis-pen-600 bg-redis-yellow-500 py-4 font-space font-normal active:bg-redis-pen-800 active:text-white"
51+
class="w-full rounded border border-redis-pen-600 bg-redis-yellow-500 py-4 font-mono font-normal active:bg-redis-pen-800 active:text-white"
5252
href="https://redis.io/downloads/">Downloads</a></div>
5353
</div>
5454
</div>

layouts/partials/header/resources-dropdown.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h2 class="mb-6 border-b border-redis-pencil-250 pb-2 text-xs font-medium upperc
5656
</div>
5757
<div class="mt-auto">
5858
<h2 class="mb-6 pb-2 text-xs font-medium uppercase tracking-[2px] text-gray-400">See how it works</h2><a
59-
class="w-9/12 rounded border border-redis-pen-600 bg-redis-yellow-500 p-4 font-space font-normal hover:bg-redis-pen-800 hover:text-white"
59+
class="w-9/12 rounded border border-redis-pen-600 bg-redis-yellow-500 p-4 font-mono font-normal hover:bg-redis-pen-800 hover:text-white"
6060
href="https://redis.io/demo-center/"><span>Visit Demo Center</span></a>
6161
</div>
6262
</div>

layouts/partials/header/resources-mobile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h2 class="pb-2 text-xs uppercase tracking-[2px] text-gray-400">Latest</h2>
5151
<div class="mb-4">
5252
<h2 class="mb-6 pb-2 text-xs uppercase tracking-[2px] text-gray-400">See how it works</h2>
5353
<div class="flex text-center"><a
54-
class="w-full rounded border border-redis-pen-600 bg-redis-yellow-500 py-4 font-space font-normal active:bg-redis-pen-800 active:text-white"
54+
class="w-full rounded border border-redis-pen-600 bg-redis-yellow-500 py-4 font-mono font-normal active:bg-redis-pen-800 active:text-white"
5555
href="https://redis.io/demo-center/">Visit Demo Center</a></div>
5656
</div>
5757
</div>

0 commit comments

Comments
 (0)