mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
use constants.APP_NAME
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import Link from "next/link";
|
||||
import constants from '@lib/constants';
|
||||
|
||||
export default function Header() {
|
||||
{/* Header Section */ }
|
||||
@@ -6,7 +7,7 @@ export default function Header() {
|
||||
(
|
||||
<header className="bg-gray-800 text-white py-4 shadow-md">
|
||||
<div className="container mx-auto px-6 flex justify-between items-center">
|
||||
<h1 className="text-2xl font-bold">Ballistic Builder</h1>
|
||||
<h1 className="text-2xl font-bold">{constants.APP_NAME}</h1>
|
||||
<nav>
|
||||
<ul className="flex space-x-4">
|
||||
<li><Link href="#features" className="hover:underline">Features</Link></li>
|
||||
|
||||
Reference in New Issue
Block a user