update DemoSkeletonText,

This commit is contained in:
louiscklaw
2025-06-08 11:06:30 +08:00
parent 5b10977a64
commit d3e554b218

View File

@@ -35,7 +35,7 @@ const Home = (): React.JSX.Element => {
<IonTitle>Posts TS</IonTitle>
<IonButtons slot="start">
<IonButton onClick={() => handleBackClick()}>
<IonButton shape="round" onClick={() => handleBackClick()}>
<IonIcon icon={chevronBackOutline} color="primary" />
</IonButton>
</IonButtons>