feat: change header title

This commit is contained in:
siujamo
2026-01-15 17:15:50 +08:00
parent 65c0ae8ada
commit 3de86bef32
+2 -2
View File
@@ -17,7 +17,7 @@ export default function HeroLayout() {
<div className="flex justify-between items-center h-16">
<div className="flex items-center">
<h1 className="text-xl font-semibold text-gray-900">
JSONPath Visualiser
JSON Visualiser
</h1>
</div>
<nav className="flex space-x-8">
@@ -59,4 +59,4 @@ export default function HeroLayout() {
</footer>
</div>
)
}
}