Correct margin on tabs
This commit is contained in:
parent
b9931e65da
commit
2dce3e15a1
|
@ -23,8 +23,8 @@ export function Tabs(props: {
|
|||
|
||||
return (
|
||||
<>
|
||||
<div className="border-b border-gray-200">
|
||||
<nav className="-mb-px mb-4 flex space-x-8" aria-label="Tabs">
|
||||
<div className="mb-4 border-b border-gray-200">
|
||||
<nav className="-mb-px flex space-x-8" aria-label="Tabs">
|
||||
{tabs.map((tab, i) => (
|
||||
<Link href={tab.href ?? '#'} key={tab.title} shallow={!!tab.href}>
|
||||
<a
|
||||
|
|
Loading…
Reference in New Issue
Block a user