Skip to content

Commit 614ea51

Browse files
Capitalize Python.org
1 parent b0b11e0 commit 614ea51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const year = new Date().getFullYear();
2323
<div>
2424
<h3 class="text-xs font-semibold uppercase tracking-widest text-zinc-500 dark:text-zinc-400">Related Links</h3>
2525
<ul class="mt-3 space-y-2">
26-
<li><a href="https://www.python.org" class="text-sm text-zinc-600 transition-colors hover:text-[#306998] dark:text-zinc-300 dark:hover:text-[#ffd43b]">python.org</a></li>
26+
<li><a href="https://www.python.org" class="text-sm text-zinc-600 transition-colors hover:text-[#306998] dark:text-zinc-300 dark:hover:text-[#ffd43b]">Python.org</a></li>
2727
<li><a href="https://discuss.python.org" class="text-sm text-zinc-600 transition-colors hover:text-[#306998] dark:text-zinc-300 dark:hover:text-[#ffd43b]">Python Discourse</a></li>
2828
<li><a href="https://devguide.python.org" class="text-sm text-zinc-600 transition-colors hover:text-[#306998] dark:text-zinc-300 dark:hover:text-[#ffd43b]">Python Developer's Guide</a></li>
2929
</ul>

0 commit comments

Comments
 (0)