Skip to content

Commit

Permalink
Name change
Browse files Browse the repository at this point in the history
  • Loading branch information
Taniya23Y authored Jun 1, 2024
1 parent db341de commit a65f9aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Header() {
return (
<nav className="w-full h-[60px] bg-gray-900 text-white p-3 flex justify-between items-center">
<Link to="/">
<h2 className="font-bold select-none">WD Compiler</h2>
<h2 className="font-bold select-none">Code.Compiler</h2>
</Link>
<ul className="flex gap-2">
<li>
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/Home.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default function Home() {
return (
<div className="w-full h-[calc(100dvh-60px)] text-white flex flex-col gap-3 justify-center items-center">
<h1 className="text-6xl font-bold text-center">Web-D Compiler</h1>
<h1 className="text-6xl font-bold text-center">Code.Compiler</h1>
<p className="text-gray-500 text-center">
Compiler HTML, CSS & Javascript Code.
</p>
Expand Down

0 comments on commit a65f9aa

Please sign in to comment.