fix: downsize all page h1 headers — top bar now has primary title
This commit is contained in:
@@ -238,7 +238,7 @@ export default function PageSpeedPage() {
|
||||
<div className="w-full max-w-7xl mx-auto px-4 sm:px-6 pb-8">
|
||||
{/* Header */}
|
||||
<div className="mb-8">
|
||||
<h1 className="text-2xl font-bold text-white mb-1">
|
||||
<h1 className="text-lg font-semibold text-neutral-200 mb-1">
|
||||
PageSpeed
|
||||
</h1>
|
||||
<p className="text-sm text-neutral-400">
|
||||
@@ -361,7 +361,7 @@ export default function PageSpeedPage() {
|
||||
{/* Header */}
|
||||
<div className="mb-8 flex flex-col sm:flex-row sm:items-center sm:justify-between gap-4">
|
||||
<div>
|
||||
<h1 className="text-2xl font-bold text-white mb-1">
|
||||
<h1 className="text-lg font-semibold text-neutral-200 mb-1">
|
||||
PageSpeed
|
||||
</h1>
|
||||
<p className="text-sm text-neutral-400">
|
||||
|
||||
Reference in New Issue
Block a user