We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd60822 commit b13cfa1Copy full SHA for b13cfa1
src/app/photography/page.tsx
@@ -70,7 +70,7 @@ export default async function PhotographyPage() {
70
const photos = await cachedGetPhotos()
71
return (
72
<div className="container mx-auto px-4 py-8">
73
- <Breadcrumb className="pb-8">
+ <Breadcrumb className="pb-8 px-2">
74
<BreadcrumbList>
75
<BreadcrumbItem>
76
<BreadcrumbLink href="/">Ken Zhou</BreadcrumbLink>
0 commit comments