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