File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ const Landing = () => {
9898 className = "absolute h-full w-full inset-0 object-cover -z-10"
9999 />
100100 < div className = "max-w-xl" >
101- < h2 className = "text-sm font-semibold mb-3 text-cornflower-600 dark:text-cornflower-400 tracking-wider flex gap-1 items-center" >
101+ < h2 className = "text-sm font-semibold mb-3 text-royal dark:text-cornflower-300 tracking-wider flex gap-1 items-center" >
102102 < span className = "leading-none" > POWERED BY</ span >
103103 { /*eslint-disable-next-line react/jsx-no-target-blank*/ }
104104 < a
@@ -107,7 +107,7 @@ const Landing = () => {
107107 rel = "noopener"
108108 className = "underline decoration-transparent hover:decoration-inherit transition flex gap-1 items-center"
109109 >
110- < NebulaLogo className = "h-4 w-auto fill-cornflower-600 dark:fill-cornflower-400 " />
110+ < NebulaLogo className = "h-4 w-auto fill-royal dark:fill-cornflower-300 " />
111111 < span className = "leading-none" > NEBULA LABS</ span >
112112 </ a >
113113 </ h2 >
You can’t perform that action at this time.
0 commit comments