Skip to content

Commit be48208

Browse files
authored
Update BadgeID_Comp.js
1 parent 9b139d4 commit be48208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/BadgeID_Comp.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ const BadgeID_Comp = (props) => {
1414
const getBadgeData = async () => {
1515
try {
1616
const resCA = await axios.get(
17-
`https://opensheet.elk.sh/1v7G6EICAMtZtf1B4KuzJI_VNQE2YmKjNusu_wPPOw6g/1`
17+
`https://opensheet.elk.sh/1pXxNrZJCt0KRmaBjg1aVOTY7rRGUeFAkdf2GoyB6xzc/1`
1818
);
1919
const dataCA = await resCA.data;
2020
const resC = await axios.get(
21-
`https://opensheet.elk.sh/1rCkCtw-DS8q2awBcFFM1KtAYen2HZD2hHg41v7ek2lA/1`
21+
`https://opensheet.elk.sh/1NApJLL6alA7YlsAw6azx6RfErpMKYNmU8-sJpEZtR1A/1`
2222
);
2323
const dataC = await resC.data;
2424
const resM = await axios.get(

0 commit comments

Comments
 (0)