Skip to content

Commit 47c1636

Browse files
committed
Minor changes
1 parent 6a7137e commit 47c1636

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Enclop: The Digital Foundry</title>
7+
<title>Enclope: The Digital Foundry</title>
88
</head>
99
<body>
1010
<div id="root"></div>

client/src/components/Header.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function Header() {
4040

4141
{/* Logo */}
4242
<Link to="/" onClick={handleNavClick} className="text-3xl font-heading tracking-wider">
43-
<span className="text-text-primary">E</span><span className="text-text-secondary">nclop</span>
43+
<span className="text-text-primary">E</span><span className="text-text-secondary">nclope</span>
4444
</Link>
4545

4646
{/* Desktop Menu */}

0 commit comments

Comments
 (0)