Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .husky/pre-commit
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
yarn build
yarn format
yarn lint
yarn lint
2 changes: 1 addition & 1 deletion apps/main/src/app/(landing)/Sections/FAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const logisticsQuestions = [
{
question: "Will there be overnight accommodations?",
answer:
"HackBeanpot is a three day long event, beginning on Friday, February 11th and ending on Sunday, February 13th.",
"Unfortunately, we’re not able to provide overnight accomodations for HackBeanpot 2026.",
},
{
question: "Will food be provided?",
Expand Down
Loading