Removed redundant footer message from version selector homepage
- **Eliminated unnecessary text**: 'All translations include the complete Old and New Testaments...' - **Cleaner page design**: Focus on just the version selection cards - **Removed obvious information**: Users know Bibles contain both Testaments - **Streamlined UX**: Less clutter on the translation choice page Homepage now has a cleaner, more direct user experience!
This commit is contained in:
@@ -95,12 +95,6 @@ const VersionSelector: React.FC<VersionSelectorProps> = ({ onVersionSelect, onSe
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="text-center mt-12">
|
||||
<p className="text-sm text-gray-500 dark:text-gray-400">
|
||||
All translations include the complete Old and New Testaments, with search and bookmarking features.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user