Skip to content

Commit

Permalink
Update index footer blurb text
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanBobby authored and alex-fusionauth committed Sep 5, 2023
1 parent a5ac311 commit f056257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro/src/pages/blog/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const latestPosts = blogs.filter(blog => !onThePage.includes(blog)).slice(0, 4);
<h3 class="capitalize font-extrabold leading-snug mb-3 text-slate-800 text-xl lg:leading-tight lg:text-2xl xl:text-2xl">
<a href={"/blog/" + post.slug } class="2xl:hover:decoration-auto 2xl:hover:text-indigo-600 2xl:hover:underline 2xl:hover:underline-offset-2">{ post.title }</a>
</h3>
<p class="font-Inter leading-6 text-slate-600 sm:text-base md:leading-6 md:text-lg break-words" set:html={ post.blurb }></p>
<p class="font-Inter leading-6 text-slate-600 sm:text-base md:leading-6 md:text-base break-words" set:html={ post.blurb }></p>
<div class="flex flex-row max-w-8xl mt-8 mx-auto relative lg:mx-auto xl:container 2xl:ml-auto">
<div class="flex flex-col justify-between">
<div class="flex flex-col text-slate-800 sm:flex-row">
Expand Down

0 comments on commit f056257

Please sign in to comment.