File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ const Hero: React.FC = () => {
4141 { /* Temporary Service Notice */ }
4242 < div className = "bg-gradient-to-r from-amber-50 to-orange-50 border-2 border-amber-300 rounded-lg py-4 px-6 mb-8 mx-auto max-w-3xl relative z-10" >
4343 < p className = "text-sm md:text-base text-gray-800 leading-relaxed" >
44- < span className = "font-bold text-amber-700 uppercase" > ⚠️ TEMPORARY SERVICE:</ span > { ' ' }
45- THIS INSTANCE SERVES ONLY TO SHOWCASE THE POWER OF XAHAU AND WILL BE SUSPENDED FOLLOWING CLOSURE OF THE{ ' ' }
44+ < span className = "font-bold text-amber-700 uppercase" > ⚠️ SERVICE NOTE :</ span > { ' ' }
45+ THIS INSTANCE WAS LAUNCHED FOR THE{ ' ' }
4646 < a
4747 href = "https://xahau.network/contest/"
4848 target = "_blank"
@@ -51,7 +51,7 @@ const Hero: React.FC = () => {
5151 >
5252 XAHAU DEV CONTEST
5353 </ a >
54- . VISIT THE{ ' ' }
54+ & IS EXTENDED INDEFINITELY AS A PUBLIC SERVICE . VISIT THE { ' ' }
5555 < a
5656 href = "https://github.com/Ghostrayu/xahpayroll"
5757 target = "_blank"
@@ -60,7 +60,7 @@ const Hero: React.FC = () => {
6060 >
6161 OPEN SOURCE REPO
6262 </ a >
63- { ' ' } TO DEPLOY A LIVE INSTANCE.
63+ { ' ' } FOR AN INSIDE LOOK OR TO CUSTOMIZE YOUR OWN PRIVATE INSTANCE.
6464 </ p >
6565 </ div >
6666
You can’t perform that action at this time.
0 commit comments