Skip to content

Commit 2d3ec4b

Browse files
committed
fixed background
1 parent 6562073 commit 2d3ec4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

website/scripts/fetchReviews.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import fs from 'fs';
22
import fetch from 'node-fetch';
33

44
const 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

88
async function fetchFormSubmissions() {
99
try {

website/styles/contributor.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body {
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 */

0 commit comments

Comments
 (0)