We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6daec4e commit 9bd18cfCopy full SHA for 9bd18cf
src/pages/ingredients.tsx
@@ -9,8 +9,8 @@ export default function ingredients() {
9
<div id="modal-root"></div>
10
<Nav />
11
<Container
12
- logo="false"
13
- backbutton="false"
+ logo={false}
+ backbutton={false}
14
>
15
<IngredientsCheck />
16
</Container>
src/pages/more.tsx
@@ -26,7 +26,7 @@ export default function More() {
26
<>
27
28
29
- <Container logo="false" backbutton="false">
+ <Container logo={false} backbutton={false}>
30
<div className="Grid links">
31
<ModalWrapper
32
id="donate"
0 commit comments