Skip to content

Commit

Permalink
Merge branch 'main' into hide-organizer-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
zineanteoh committed Sep 19, 2023
2 parents 17750b4 + 7c17552 commit b87da12
Show file tree
Hide file tree
Showing 25 changed files with 7,178 additions and 3,724 deletions.
4 changes: 4 additions & 0 deletions components/hacker/HackerDash.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,10 @@ export default function HackerDash({ userApplicationStatus, setUserApplicationSt
You will hear back from us soon :)
<br />
<br />
If you do not receive any emails from us, please check your spam and&#47;or
Microsoft 365 Quarantine.
<br />
<br />
In the meantime, follow us on{' '}
<a
href="https://www.instagram.com/vandyhacks"
Expand Down
2 changes: 1 addition & 1 deletion pages/api/email/email.ts → email/email.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { SendEmailRequest, SES } from '@aws-sdk/client-ses';

export const escapeChars = (str: string) => {
return str.replaceAll(/[&<>"`=\/]/g, '');
return str.replace(/[&<>"`=\/]/g, '');
};

const ses = new SES({
Expand Down
Loading

0 comments on commit b87da12

Please sign in to comment.