lighthouse
This commit is contained in:
@@ -47,7 +47,7 @@ const TOOLS = [
|
||||
name: 'Text',
|
||||
description: 'Display plain text',
|
||||
href: '/tools/text-qr-code',
|
||||
color: 'text-slate-500',
|
||||
color: 'text-slate-600',
|
||||
bg: 'bg-slate-50'
|
||||
},
|
||||
{
|
||||
@@ -240,7 +240,7 @@ export function FreeToolsGrid() {
|
||||
<h3 className="text-base md:text-lg font-semibold text-slate-900 mb-0.5">
|
||||
{tool.name}
|
||||
</h3>
|
||||
<p className="text-xs md:text-sm text-slate-500 text-center">
|
||||
<p className="text-xs md:text-sm text-slate-600 text-center">
|
||||
{tool.description}
|
||||
</p>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user