aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/docs/src
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/docs/src')
-rw-r--r--subprojects/docs/src/components/Features/index.tsx5
-rw-r--r--subprojects/docs/src/pages/index.tsx7
2 files changed, 0 insertions, 12 deletions
diff --git a/subprojects/docs/src/components/Features/index.tsx b/subprojects/docs/src/components/Features/index.tsx
index 621e3953..873d0d30 100644
--- a/subprojects/docs/src/components/Features/index.tsx
+++ b/subprojects/docs/src/components/Features/index.tsx
@@ -50,11 +50,6 @@ function Feature({
50 ); 50 );
51} 51}
52 52
53Feature.defaultProps = {
54 offset: undefined,
55 even: false,
56};
57
58export default function Features() { 53export default function Features() {
59 return ( 54 return (
60 <div className="container"> 55 <div className="container">
diff --git a/subprojects/docs/src/pages/index.tsx b/subprojects/docs/src/pages/index.tsx
index cb0bfeb8..ff0da38b 100644
--- a/subprojects/docs/src/pages/index.tsx
+++ b/subprojects/docs/src/pages/index.tsx
@@ -98,13 +98,6 @@ function Publication({
98 ); 98 );
99} 99}
100 100
101Publication.defaultProps = {
102 doi: undefined,
103 pdf: undefined,
104 video: undefined,
105 children: undefined,
106};
107
108function Publications() { 101function Publications() {
109 return ( 102 return (
110 <div className="row"> 103 <div className="row">