You'll know the difference

This commit is contained in:
2024-08-08 03:12:15 +05:30
parent 6f18e8a958
commit 2881d8ffca
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import React from "react";
const Header = () => {
return (
<header className="bg-blue-600 text-white p-4">
<header className="bg-black text-white p-4">
<h1 className="text-xl font-bold">DownLink</h1>
</header>
);