- {data.materials?.map((material, index) => (
+ {data.materials?.map((material) => (
{
setOemFont(parseInt(e.target.value));
}}
>
- {enumOptions.map(([name, value], index) => (
-
))}
diff --git a/static/img/homepage/Instagram_Glyph_Gradient.svg b/static/img/homepage/Instagram_Glyph_Gradient.svg
new file mode 100644
index 00000000..020894c3
--- /dev/null
+++ b/static/img/homepage/Instagram_Glyph_Gradient.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/img/records/Devices-Balloon.png b/static/img/records/Devices-Balloon.png
new file mode 100644
index 00000000..462b187c
Binary files /dev/null and b/static/img/records/Devices-Balloon.png differ
diff --git a/static/img/records/app-screenshots.png b/static/img/records/app-screenshots.png
new file mode 100644
index 00000000..2ff148ad
Binary files /dev/null and b/static/img/records/app-screenshots.png differ
diff --git a/tsconfig.json b/tsconfig.json
index 4ffb6f0f..9a00992d 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,3 +1,6 @@
{
+ "compilerOptions": {
+ "moduleResolution": "node"
+ },
"extends": "@tsconfig/docusaurus/tsconfig.json"
}