Skip to content

Commit

Permalink
fix: add hover to read more
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Oct 8, 2024
1 parent 672fd6d commit 9bad718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/foundation/app/(Site)/blog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const dynamic = 'force-static';
async function ReadMoreText() {
const blogDictionary = await getTranslations('blog');
return (
<span className="group-hover:decoration-session-green decoration-session-black mt-1 w-max text-sm underline">
<span className="group-hover:decoration-session-green hover:decoration-session-green decoration-session-black mt-1 w-max text-sm underline">
{blogDictionary('readMore')}
</span>
);
Expand Down

0 comments on commit 9bad718

Please sign in to comment.