Uname: Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Software: LiteSpeed
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.213.251.212
Your Ip: 3.135.218.210
User: allssztx (535) | Group: allssztx (533)
Safe Mode: OFF
Disable Function:
NONE

name : RetryNotice.jsx
import { Snackbar } from '@wordpress/components';
import { __ } from '@wordpress/i18n';
import { AnimatePresence, motion } from 'framer-motion';

export const RetryNotice = ({ show }) => {
	if (!show) return null;
	return (
		<AnimatePresence>
			<motion.div className="extendify-launch fixed bottom-[100px] z-max flex w-full justify-end px-12 pb-4">
				<div className="shadow-2xl">
					<Snackbar>
						{__(
							'Just a moment, this is taking longer than expected.',
							'extendify-local',
						)}
					</Snackbar>
				</div>
			</motion.div>
		</AnimatePresence>
	);
};
© 2025 GrazzMean-Shell