File tree Expand file tree Collapse file tree 2 files changed +1
-18
lines changed
Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change 294294 z-index : 1 ;
295295}
296296
297- .connection-label {
298- font-size : 0.75rem ;
299- color : var (--text-secondary );
300- text-transform : uppercase;
301- letter-spacing : 0.5px ;
302- font-weight : 600 ;
303- text-align : center;
304- white-space : nowrap;
305- }
306-
307297@keyframes fadeInUp {
308298 0% {
309299 opacity : 0 ;
949939 min-width : 100px ;
950940 }
951941
952- .connection-label {
953- transform : rotate (-90deg );
954- white-space : nowrap;
955- }
956-
957942 .section-title {
958943 font-size : 2rem ;
959944 }
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ const Welcome: React.FC = () => {
5858 < div className = "flow-dot dot-3" > </ div >
5959 </ div >
6060 </ div >
61- < div className = "connection-label" > Real-time sync</ div >
6261 </ div >
6362
6463 { /* Step 2: CLI Processing */ }
@@ -75,10 +74,9 @@ const Welcome: React.FC = () => {
7574 < div className = "pulse-ring ring-1" > </ div >
7675 < div className = "pulse-ring ring-2" > </ div >
7776 < div className = "pulse-ring ring-3" > </ div >
78- < div className = "notification-icon" > 📱 </ div >
77+ < div className = "notification-icon" > 🔔 </ div >
7978 </ div >
8079 </ div >
81- < div className = "connection-label" > Push notification</ div >
8280 </ div >
8381
8482 { /* Step 3: Mobile Notification */ }
You can’t perform that action at this time.
0 commit comments