refactor: update header title in hero layout to reflect JSONPath Visualiser

This commit is contained in:
2026-01-15 15:51:05 +08:00
parent 0ee383aecc
commit d303bcaccd
+2 -2
View File
@@ -13,11 +13,11 @@ export default function HeroLayout() {
<div className="min-h-screen bg-gray-50 flex flex-col">
{/* Navigation Header */}
<header className="bg-white shadow-sm border-b">
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div className="px-4">
<div className="flex justify-between items-center h-16">
<div className="flex items-center">
<h1 className="text-xl font-semibold text-gray-900">
OnixByte React Template
JSONPath Visualiser
</h1>
</div>
<nav className="flex space-x-8">