@@ -72,68 +72,73 @@ export default function Header() {
7272 < div className = "bg-cerulean-blue-600 text-white py-3 px-4 text-center" >
7373 < div className = "max-w-[100rem] mx-auto" >
7474 < p className = "text-sm md:text-base" >
75- 📢 < strong > Migration Notice:</ strong > Sourcify is overtaking openchain.xyz and its APIs.
76- Please switch to < strong > api.4byte.sourcify.dev</ strong > domain (same API endpoints).
75+ 📢 < strong > Migration Notice:</ strong > Sourcify is taking over{ " " }
76+ < a
77+ href = "https://openchain.xyz"
78+ target = "_blank"
79+ rel = "noopener noreferrer"
80+ className = "text-white hover:text-cerulean-blue-200 underline"
81+ >
82+ openchain.xyz
83+ </ a > { " " }
84+ API . Please switch to < strong > api.4byte.sourcify.dev</ strong > (same API).
7785 </ p >
7886 </ div >
7987 </ div >
8088
8189 < header className = "shadow-sm relative" >
8290 < div className = "mx-auto py-4 flex items-center justify-between w-full max-w-[100rem] px-6 md:px-12 lg:px-12 xl:px-24" >
83- < Link href = "/" className = "flex items-center" >
84- < Image src = "/sourcify.png" alt = "Sourcify Logo" className = "h-10 w-auto mr-3" width = { 32 } height = { 32 } />
85- < span className = "text-gray-700 font-vt323 text-2xl" > sourcify.eth</ span >
86- </ Link >
87-
88- { /* Desktop Menu */ }
89- < div className = "hidden md:flex items-center gap-8" >
90- < Link
91- href = "/import"
92- className = "text-gray-600 hover:text-cerulean-blue-400 transition-colors font-medium"
93- >
94- Import/Submit Signatures
95- </ Link >
96- < Link
97- href = "https://sourcify.dev"
98- target = "_blank"
99- rel = "noopener noreferrer"
100- className = "text-gray-600 hover:text-cerulean-blue-400 transition-colors font-medium flex items-center gap-1"
101- >
102- sourcify.dev
103- < FiExternalLink className = "w-3 h-3" />
104- </ Link >
105- < Link
106- href = "https://docs.sourcify.dev/docs/api/"
107- target = "_blank"
108- rel = "noopener noreferrer"
109- className = "text-gray-600 hover:text-cerulean-blue-400 transition-colors font-medium flex items-center gap-1"
110- >
111- API
112- < FiExternalLink className = "w-3 h-3" />
91+ < Link href = "https://sourcify.dev" target = "_blank" rel = "noopener" className = "flex items-center" >
92+ < Image src = "/sourcify.png" alt = "Sourcify Logo" className = "h-10 w-auto mr-3" width = { 32 } height = { 32 } />
93+ < span className = "text-gray-700 font-vt323 text-2xl" > sourcify.eth</ span >
11394 </ Link >
114- < Link
115- href = "https://docs.sourcify.dev/docs/repository/signature-database"
116- target = "_blank"
117- rel = "noopener noreferrer"
118- className = "text-gray-600 hover:text-cerulean-blue-400 transition-colors font-medium flex items-center gap-1"
119- >
120- Docs
121- < FiExternalLink className = "w-3 h-3" />
122- </ Link >
123- < Link
124- href = "https://github.com/sourcifyeth/4byte.sourcify.dev"
125- target = "_blank"
126- rel = "noopener noreferrer"
127- className = "text-gray-600 hover:text-cerulean-blue-400 transition-colors"
128- >
129- < FaGithub className = "w-6 h-6" />
130- </ Link >
131- </ div >
13295
133- { /* Mobile Menu */ }
134- < MobileMenu />
135- </ div >
136- </ header >
96+ { /* Desktop Menu */ }
97+ < div className = "hidden md:flex items-center gap-8" >
98+ < Link href = "/import" className = "text-gray-600 hover:text-cerulean-blue-400 transition-colors font-medium" >
99+ Import/Submit Signatures
100+ </ Link >
101+ < Link
102+ href = "https://sourcify.dev"
103+ target = "_blank"
104+ rel = "noopener noreferrer"
105+ className = "text-gray-600 hover:text-cerulean-blue-400 transition-colors font-medium flex items-center gap-1"
106+ >
107+ sourcify.dev
108+ < FiExternalLink className = "w-3 h-3" />
109+ </ Link >
110+ < Link
111+ href = "https://docs.sourcify.dev/docs/api/"
112+ target = "_blank"
113+ rel = "noopener noreferrer"
114+ className = "text-gray-600 hover:text-cerulean-blue-400 transition-colors font-medium flex items-center gap-1"
115+ >
116+ API
117+ < FiExternalLink className = "w-3 h-3" />
118+ </ Link >
119+ < Link
120+ href = "https://docs.sourcify.dev/docs/repository/signature-database"
121+ target = "_blank"
122+ rel = "noopener noreferrer"
123+ className = "text-gray-600 hover:text-cerulean-blue-400 transition-colors font-medium flex items-center gap-1"
124+ >
125+ Docs
126+ < FiExternalLink className = "w-3 h-3" />
127+ </ Link >
128+ < Link
129+ href = "https://github.com/sourcifyeth/4byte.sourcify.dev"
130+ target = "_blank"
131+ rel = "noopener noreferrer"
132+ className = "text-gray-600 hover:text-cerulean-blue-400 transition-colors"
133+ >
134+ < FaGithub className = "w-6 h-6" />
135+ </ Link >
136+ </ div >
137+
138+ { /* Mobile Menu */ }
139+ < MobileMenu />
140+ </ div >
141+ </ header >
137142 </ >
138143 ) ;
139144}
0 commit comments