Closed computationalmama closed 2 months ago
In the src/layouts/ContributorDocLayout.astro
revised code should have a subtitle={null}
in the BaseLayout
component.
<BaseLayout
title={entry.data.title}
variant="item"
subtitle={null}
topic="contribute"
className="contribute"
>
Woohoo! 🚀 thanks @limzykenneth
Most appropriate sections of the p5.js website?
Contribute
What is your operating system?
Mac OS
Web browser and version
128.0.6613.119 (Official Build) (arm64)
Actual Behavior
The title of subpages in the /contribute/* page are duplicating.
Expected Behavior
Should be similar to the subpages of /tutorials/*
Steps to reproduce
As per the screenshots above navigate to the links below to reproduce the bug:
https://p5js.org/contribute/access/ https://p5js.org/contribute/readme/
Would you like to work on the issue?
Yes