Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/navbar/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const Navbar = () => {
} w-full lg:flex lg:w-auto lg:order-1" `}
id="navbar-sticky"
>
<ul className="flex flex-col items-end p-4 lg:p-0 mt-4 border border-gray-100 rounded-lg bg-gray-50 lg:space-x-8 rtl:space-x-reverse lg:flex-row lg:mt-0 lg:border-0 bg-gray-800 lg:dark:bg-gray-900 dark:border-gray-700">
<ul className="flex flex-col items-end p-4 lg:p-0 mt-4 border border-gray-100 rounded-lg lg:space-x-8 rtl:space-x-reverse lg:flex-row lg:mt-0 lg:border-0 bg-gray-900 lg:dark:bg-gray-900 dark:border-gray-700">
<li className="pt-2 pb-2">
<span className={`theme-text pl-3 pr-3`}>
Theme: {theme.charAt(0).toUpperCase() + theme.slice(1)}
Expand Down