Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
fix more invisible characters in the codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebaskervil committed May 20, 2024
1 parent 66a04d9 commit a859522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const posts = (await getCollection("posts")).sort(function (
</article>
<article class="flex flex-col gap-3">
<header class="flex w-full flex-row justify-between gap-2">
<h3 class="text-lg pb-2">Latest Pictures:</h3>
<h3 class="text-lg pb-2 text-text">Latest Pictures:</h3>
<a href="/pictures" class="text-sm text-purple-500 no-underline hover:underline" rel="noreferrer">
See all pictures
</a>
Expand Down

0 comments on commit a859522

Please sign in to comment.