Skip to content

Commit

Permalink
replaced hack4impact info with achieve now
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouhelena committed Jan 26, 2024
1 parent 2ede3d5 commit 997998f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file added client/public/achieve-now-logo.ico
Binary file not shown.
Binary file removed client/public/hack4impact.ico
Binary file not shown.
8 changes: 4 additions & 4 deletions client/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>
<link rel="icon" href="%PUBLIC_URL%/hack4impact.ico" />
<link rel="icon" href="%PUBLIC_URL%/achieve-now-logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Boilerplate for Hack4Impact" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/hack4impact.ico" />
<meta name="description" content="Achieve Now" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/achieve-now-logo.ico" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Expand All @@ -25,7 +25,7 @@
will work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Boilerplate</title>
<title>Achieve Now</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
4 changes: 2 additions & 2 deletions server/src/services/mail.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import 'dotenv/config';
import SGmail, { MailDataRequired } from '@sendgrid/mail';

const appName = 'Boilerplate'; // Replace with a relevant project name
const senderName = 'Hack4Impact UPenn'; // Replace with a relevant project sender
const appName = 'Achieve Now'; // Replace with a relevant project name
const senderName = 'Achieve Now'; // Replace with a relevant project sender
// const baseUrl = 'http://localhost:3000'; // TODO: figure out better place to put this
const baseUrl = process.env.PUBLIC_URL
? process.env.PUBLIC_URL
Expand Down

0 comments on commit 997998f

Please sign in to comment.