File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,7 @@ export default function Nav({ lang }: { lang: SupportedLanguage }) {
1616 </ div >
1717
1818 < RightNavItems >
19- < li className = "mr-3" >
20- < LanguagePicker lang = { lang } />
21- </ li >
19+ < LanguagePicker lang = { lang } />
2220 </ RightNavItems >
2321 </ NavContainer >
2422
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ type GridItemsTitleProps = {
2929
3030export function GridItemsTitle ( {
3131 title,
32+ className = "bg-white" ,
3233 description,
3334 layout = "horizontal" ,
3435 descriptionClassname
@@ -43,6 +44,7 @@ export function GridItemsTitle({
4344 < div
4445 className = { cn (
4546 "w-full scroll-mt-20 bg-white pb-7 pt-4" ,
47+ className ,
4648 isHorizontal
4749 ? "flex flex-wrap justify-between gap-4"
4850 : "flex flex-col md:items-center md:text-center"
You can’t perform that action at this time.
0 commit comments