File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import fs from 'fs';
22import fetch from 'node-fetch' ;
33
44const NETLIFY_API_URL = "https://api.netlify.com/api/v1" ;
5- const ACCESS_TOKEN = "nfp_NKuDfD8syXDwJuj4FvmejraCrLesfJUm76ac " ; // Replace with your token
6- const SITE_ID = "fe5bd5ca-244f-420c-af5c-9c10d13f77c7 " ; // Replace with your form's ID
5+ const ACCESS_TOKEN = "" ; // Replace with your token
6+ const SITE_ID = "" ; // Replace with your form's ID
77
88async function fetchFormSubmissions ( ) {
99 try {
Original file line number Diff line number Diff line change 1818 z-index : 20 ;
1919 height : 120vh ;
2020 width : 100vw ;
21- background-image : url ('../../software/images/background.png' );
21+ background-image : url ('../../software/images/dark/ background.png' );
2222 background-size : cover;
2323 background-repeat : repeat;
2424 background-attachment : scroll; /* Enable scroll */
You can’t perform that action at this time.
0 commit comments