File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
demo/redirect-flow-example/src/components Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ const Header: React.FC = () => {
3939 return (
4040 < header className = "w-full relative" >
4141 < div className = "py-4 px-4 sm:py-6 sm:px-8 flex items-center justify-between bg-app-white dark:bg-app-gray-800 w-full" >
42- < img src = "https://demo.web3auth.io/assets/logo-Dbyf1Tt2.svg" alt = "web3auth demo logo" className = "cursor-pointer h-8 sm:!h-12 w-auto dark:hidden" />
43- < img src = "/images/logo-light.svg" alt = "web3auth demo logo" className = "cursor-pointer h-8 sm:!h-12 w-auto hidden dark:block" />
42+ < div className = "flex flex-row gap-x-1.5" >
43+ < img src = "https://web3auth.io/images/web3authlog.png" alt = "web3auth demo logo" className = "cursor-pointer h-8 sm:!h-12 w-auto dark:hidden" />
44+ < div className = "flex flex-col" >
45+ < span className = "text-app-gray-900 dark:text-app-white font-semibold text-xl" > Web3auth</ span >
46+ < span className = "text-app-gray-500 dark:text-app-gray-400 text-sm font-bold" > MPC Core Kit Demo</ span >
47+ </ div >
48+ </ div >
4449 { ! isLogin ? (
45- < Button
46- id = "w3a-documentation"
47- href = "https://web3auth.io/docs"
48- rel = "noopener noreferrer"
49- className = "!h-9 sm:!h-10"
50- >
50+ < Button id = "w3a-documentation" href = "https://web3auth.io/docs" rel = "noopener noreferrer" className = "!h-9 sm:!h-10" >
5151 Documentation
5252 </ Button >
5353 ) : (
@@ -60,4 +60,4 @@ const Header: React.FC = () => {
6060 ) ;
6161} ;
6262
63- export { Header } ;
63+ export { Header } ;
You can’t perform that action at this time.
0 commit comments