We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ffb2be commit 10ff5b9Copy full SHA for 10ff5b9
1 file changed
src/reusecore/PageHeader/index.js
@@ -20,7 +20,7 @@ const authorField = (author, isSlugAvailable) => {
20
);
21
};
22
23
-const PageHeader = ({ category, title, img, feedlink, subtitle, author, thumbnail, superscript, date, noAspectRatio = false }) => {
+const PageHeader = ({ category, title, img, feedlink, subtitle, author, thumbnail, superscript, date }) => {
24
let isSlugAvailable = false;
25
if (author){
26
const validMembers = useStaticQuery(
0 commit comments