mirror of
https://github.com/Amperra-Group/xcs.git
synced 2025-08-16 13:22:14 -06:00
should be alr for prod
This commit is contained in:
parent
7e55d74c19
commit
45b71ba418
Binary file not shown.
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 11 KiB |
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 15 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 20 KiB |
|
@ -32,6 +32,16 @@ export default function Footer({ type = 'platform' }: { type?: 'public' | 'platf
|
|||
</Text>{' '}
|
||||
All rights reserved.
|
||||
</Text>
|
||||
<Text>
|
||||
System hosted by
|
||||
<Text
|
||||
as={'span'}
|
||||
fontWeight={'bold'}
|
||||
letterSpacing={'tight'}
|
||||
>
|
||||
PT Amperra Sambung Semesta Sentosa
|
||||
</Text>{' '}
|
||||
</Text>
|
||||
<Flex align={'center'} justify={'center'} fontSize={'sm'}>
|
||||
<Link
|
||||
as={NextLink}
|
||||
|
|
|
@ -7,7 +7,7 @@ const firebaseConfig = {
|
|||
apiKey: "AIzaSyAnNFETgIp92Ru22WqAG-p_yRsrjk9QjiQ",
|
||||
authDomain: "xcsbyrestrafes.firebaseapp.com",
|
||||
projectId: "xcsbyrestrafes",
|
||||
storageBucket: "xcsbyrestrafes.appspot.com",
|
||||
storageBucket: "xcsbyrestrafes.firebasestorage.app",
|
||||
messagingSenderId: "349487090032",
|
||||
appId: "1:349487090032:web:72b252e9bf49acfabfa7b5",
|
||||
measurementId: "G-N12CXH8X0F"
|
||||
|
|
|
@ -31,7 +31,7 @@ const app = () => {
|
|||
|
||||
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(() => {
|
||||
|
|
Loading…
Reference in a new issue