diff --git a/public/images/default-avatar-location.png b/public/images/default-avatar-location.png
index 6f9ea81..db2e5a0 100644
Binary files a/public/images/default-avatar-location.png and b/public/images/default-avatar-location.png differ
diff --git a/public/images/default-avatar-organization.png b/public/images/default-avatar-organization.png
index 5c06758..aa980e8 100644
Binary files a/public/images/default-avatar-organization.png and b/public/images/default-avatar-organization.png differ
diff --git a/public/images/default-avatar.png b/public/images/default-avatar.png
index 9e65f14..bf5e8a3 100644
Binary files a/public/images/default-avatar.png and b/public/images/default-avatar.png differ
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index 8255109..2600c5d 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -32,6 +32,16 @@ export default function Footer({ type = 'platform' }: { type?: 'public' | 'platf
{' '}
All rights reserved.
+
+ System hosted by
+
+ PT Amperra Sambung Semesta Sentosa
+ {' '}
+
{
app();
-const bucket = getStorage().bucket('xcs-v2.appspot.com');
+const bucket = getStorage().bucket('xcsbyrestrafes.firebasestorage.app');
// admin.storage().bucket("xcs-v2").upload("test.txt");
export { admin, app, bucket };
@@ -67,7 +67,7 @@ export async function uploadProfilePicture(
await file
.save(picture, {
metadata: {
- contentType: format === 'gif' ? 'image/gif' : 'image/jpeg'
+ contentType: format === 'gif' ? 'image/gif' : ' image/jpeg'
}
})
.then(() => {