mirror of
https://github.com/Amperra-Group/xcs.git
synced 2025-08-17 05:42:13 -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>{' '}
|
</Text>{' '}
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
</Text>
|
</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'}>
|
<Flex align={'center'} justify={'center'} fontSize={'sm'}>
|
||||||
<Link
|
<Link
|
||||||
as={NextLink}
|
as={NextLink}
|
||||||
|
|
|
@ -7,7 +7,7 @@ const firebaseConfig = {
|
||||||
apiKey: "AIzaSyAnNFETgIp92Ru22WqAG-p_yRsrjk9QjiQ",
|
apiKey: "AIzaSyAnNFETgIp92Ru22WqAG-p_yRsrjk9QjiQ",
|
||||||
authDomain: "xcsbyrestrafes.firebaseapp.com",
|
authDomain: "xcsbyrestrafes.firebaseapp.com",
|
||||||
projectId: "xcsbyrestrafes",
|
projectId: "xcsbyrestrafes",
|
||||||
storageBucket: "xcsbyrestrafes.appspot.com",
|
storageBucket: "xcsbyrestrafes.firebasestorage.app",
|
||||||
messagingSenderId: "349487090032",
|
messagingSenderId: "349487090032",
|
||||||
appId: "1:349487090032:web:72b252e9bf49acfabfa7b5",
|
appId: "1:349487090032:web:72b252e9bf49acfabfa7b5",
|
||||||
measurementId: "G-N12CXH8X0F"
|
measurementId: "G-N12CXH8X0F"
|
||||||
|
|
|
@ -31,7 +31,7 @@ const app = () => {
|
||||||
|
|
||||||
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");
|
// admin.storage().bucket("xcs-v2").upload("test.txt");
|
||||||
|
|
||||||
export { admin, app, bucket };
|
export { admin, app, bucket };
|
||||||
|
@ -67,7 +67,7 @@ export async function uploadProfilePicture(
|
||||||
await file
|
await file
|
||||||
.save(picture, {
|
.save(picture, {
|
||||||
metadata: {
|
metadata: {
|
||||||
contentType: format === 'gif' ? 'image/gif' : 'image/jpeg'
|
contentType: format === 'gif' ? 'image/gif' : ' image/jpeg'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
|
Loading…
Reference in a new issue