change the padding of navbar
This commit is contained in:
@@ -501,7 +501,7 @@ export default function Navbar({
|
|||||||
>
|
>
|
||||||
<div className="">
|
<div className="">
|
||||||
<motion.div
|
<motion.div
|
||||||
className={`w-full transition-all duration-500 ease-out px-8 py-4 bg-white backdrop-blur-[20px] border border-white/20 ${isScrolled
|
className={`w-full transition-all duration-500 ease-out px-3 py-3 bg-white backdrop-blur-[20px] border border-white/20 ${isScrolled
|
||||||
? 'shadow-[0_10px_15px_-3px_rgba(0,0,0,0.08),0_4px_6px_-2px_rgba(0,0,0,0.05)]'
|
? 'shadow-[0_10px_15px_-3px_rgba(0,0,0,0.08),0_4px_6px_-2px_rgba(0,0,0,0.05)]'
|
||||||
: 'shadow-lg shadow-black/5'
|
: 'shadow-lg shadow-black/5'
|
||||||
}`}
|
}`}
|
||||||
|
|||||||
@@ -160,7 +160,6 @@ export function PassesPage({
|
|||||||
|
|
||||||
const { data: cityDetails, isLoading: loadingCityDetails } = useGetSelectedCityDetailsQuery(cityId)
|
const { data: cityDetails, isLoading: loadingCityDetails } = useGetSelectedCityDetailsQuery(cityId)
|
||||||
const cards = cityDetails?.city?.cards ?? []
|
const cards = cityDetails?.city?.cards ?? []
|
||||||
console.log(cards)
|
|
||||||
|
|
||||||
if (loadingCityDetails) {
|
if (loadingCityDetails) {
|
||||||
return (<LoadingSpinner />)
|
return (<LoadingSpinner />)
|
||||||
|
|||||||
Reference in New Issue
Block a user