Skip to content
Merged
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 app/(pages)/(index-page)/_components/Donate/Donate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const Donate = () => (
className={style.seal_wrapper}
>
<Image
src="https://widgets.guidestar.org/TransparencySeal/10110290"
src="/images/donate/seal.svg"
alt="Guidestar Transparency Seal"
fill={true}
unoptimized={true}
Expand Down
11 changes: 0 additions & 11 deletions app/(pages)/about-us/_data/teamMembers.json
Original file line number Diff line number Diff line change
Expand Up @@ -405,17 +405,6 @@
"year": 2024,
"linkedinURL": "https://www.linkedin.com/in/michelleszhu/"
},
{
"_id": {
"$oid": "65b6e0a06a7eaf354ea8e4cb"
},
"name": "Denil Neil",
"position": "Operations Director",
"profile_image_url": "/images/team_members/Operations/Denil_Neil.jpg",
"team_category": "Operations",
"year": 2024,
"linkedinURL": "https://www.linkedin.com/in/denil-neil-9595341b9/"
},
{
"_id": {
"$oid": "65b6e0a06a7eaf354ea8e4cb"
Expand Down
13 changes: 1 addition & 12 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'widgets.guidestar.org',
port: '',
pathname: '/**',
},
],
},
};
const nextConfig = {};

export default nextConfig;
52 changes: 52 additions & 0 deletions public/images/donate/seal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.