We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f047faa commit 32de1f9Copy full SHA for 32de1f9
src/components/LoadingStates.tsx
@@ -544,14 +544,7 @@ export const EmptyState: React.FC<{
544
className='text-center max-w-lg mx-auto text-sm leading-relaxed py-4'>
545
<span className='block text-gray-500 dark:text-gray-400 mb-1'></span>
546
<span className='block font-semibold'>
547
- <span className='text-pink-500'>© 2025 </span>
548
- <span className='text-blue-500'>CineVerse.</span>
549
- <span className='text-yellow-600'> Made with </span>
550
- <span className='text-red-500'>❤️</span>
551
- <span className='text-green-500'>
552
- {" "}
553
- to enhance your movie experience.
554
- </span>
+
555
</span>
556
</motion.p>
557
</motion.div>
0 commit comments