Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/Defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import FAQs from "./components/Landing/Sections/Faqs";
import Footer from "./components/Landing/Sections/Footer";

const defaults = {
"title": "HackRU Spring 2021",
"title": "HackRU",
"dateText": "April 17th-18th",
"locationText": "Virtual",
"universityText": "Rutgers University",
Expand All @@ -29,7 +29,7 @@ const defaults = {
"sponsorshipLogos": "https://s3-us-west-2.amazonaws.com/hackru-internal/sponsorship-logos/",
"partnerLogos": "https://s3-us-west-2.amazonaws.com/hackru-internal/partners-logos/",
"teamInfo": "https://s3-us-west-2.amazonaws.com/hackru-internal/hackru-team/",
"freeze": false,
"freeze": true,
"teamru": false,
"teamru_user": false,
"volunteers": {
Expand All @@ -38,8 +38,8 @@ const defaults = {
"mentor_url": "https://docs.google.com/forms/d/e/1FAIpQLScG3eyzY67q58k52zh5nSscUBWRoYn8KayVNAXqYvJl8oqD8Q/viewform"
},
"mailing": "https://hackru.us3.list-manage.com/subscribe?u=457c42db47ebf530a0fc733fb&id=fb01885829",
"dayof": true,
"autocheckin": true //USE THIS FIELD TO AUTO CHECK-IN USERS!
"dayof": false,
"autocheckin": false //USE THIS FIELD TO AUTO CHECK-IN USERS!
};

const navlinks = {
Expand Down