Skip to content

Commit

Permalink
fixed background
Browse files Browse the repository at this point in the history
  • Loading branch information
multiverseweb committed Jan 13, 2025
1 parent 6562073 commit 2d3ec4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/scripts/fetchReviews.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import fs from 'fs';
import fetch from 'node-fetch';

const NETLIFY_API_URL = "https://api.netlify.com/api/v1";
const ACCESS_TOKEN = "nfp_NKuDfD8syXDwJuj4FvmejraCrLesfJUm76ac"; // Replace with your token
const SITE_ID = "fe5bd5ca-244f-420c-af5c-9c10d13f77c7"; // Replace with your form's ID
const ACCESS_TOKEN = ""; // Replace with your token
const SITE_ID = ""; // Replace with your form's ID

async function fetchFormSubmissions() {
try {
Expand Down
2 changes: 1 addition & 1 deletion website/styles/contributor.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body {
z-index: 20;
height: 120vh;
width: 100vw;
background-image: url('../../software/images/background.png');
background-image: url('../../software/images/dark/background.png');
background-size: cover;
background-repeat:repeat;
background-attachment: scroll; /* Enable scroll */
Expand Down

0 comments on commit 2d3ec4b

Please sign in to comment.