update public folder,

This commit is contained in:
louiscklaw
2025-06-08 19:08:41 +08:00
parent bc35e25616
commit fca048074e
150 changed files with 1648 additions and 6697 deletions

View File

@@ -53,7 +53,7 @@ import {
settingsOutline,
} from 'ionicons/icons';
import AboutPopover from '../../components/AboutPopover';
import paths from '../../paths';
import PATHS from '../../PATHS';
import { getProfileById } from '../../api/getProfileById';
import { defaultMember, Member } from '../MemberProfile/type';
import NotLoggedIn from './NotLoggedIn';
@@ -83,11 +83,11 @@ const MyProfilePage: React.FC<SpeakerListProps> = ({ speakers, speakerSessions,
const router = useIonRouter();
function handleShowSettingButtonClick() {
router.push(paths.SETTINGS);
router.push(PATHS.SETTINGS);
}
function handleNotImplementedClick() {
router.push(paths.NOT_IMPLEMENTED);
router.push(PATHS.NOT_IMPLEMENTED);
}
function handleRefresh(event: CustomEvent<RefresherEventDetail>) {