Removed redundant header from version selector page - kept main header branding
- **Eliminated redundant 'The Bible' logo** from above search bar on version selection page - **Freed up screen space** by removing unnecessary duplicate branding - **Maintained main header** at top left for consistent navigation - **Cleaner homepage layout** - focus on search and version selection Version selector page now features a more minimal, focused design!
This commit is contained in:
@@ -9,20 +9,6 @@ interface VersionSelectorProps {
|
||||
const VersionSelector: React.FC<VersionSelectorProps> = ({ onVersionSelect, onSearchClick }) => {
|
||||
return (
|
||||
<div>
|
||||
{/* Header */}
|
||||
<header className="bg-white dark:bg-gray-800 shadow-sm border-b border-gray-200 dark:border-gray-700">
|
||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div className="flex justify-center items-center h-16">
|
||||
<div className="flex items-center space-x-4">
|
||||
<Book className="h-8 w-8 text-blue-600" />
|
||||
<h1 className="text-xl sm:text-2xl font-bold text-gray-900 dark:text-gray-100">
|
||||
The Bible
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
{/* Version Selection */}
|
||||
<div className="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 py-16">
|
||||
{/* Search Bar */}
|
||||
|
||||
Reference in New Issue
Block a user