Skip to content

Commit bf2f5f3

Browse files
committed
Change migration notice color
1 parent 8ae6e32 commit bf2f5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default function Header() {
6969
return (
7070
<>
7171
{/* Migration Banner */}
72-
<div className="bg-cerulean-blue-600 text-white py-3 px-4 text-center">
72+
<div className="bg-cerulean-blue-500 text-white py-3 px-4 text-center">
7373
<div className="max-w-[100rem] mx-auto">
7474
<p className="text-sm md:text-base">
7575
📢 <strong>Migration Notice:</strong> Sourcify is taking over{" "}

0 commit comments

Comments
 (0)