diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-07 10:48:16 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-07 10:48:16 +0100 |
| commit | 1186795ace3075e309f984182951f47212786444 (patch) | |
| tree | 532237446b496432d83da1ef1fd53727a2769161 /src/frontend/app/components/StopSheetSkeleton.tsx | |
| parent | c176d01e2b8d56b1ab5f1b3fe8963c39292a1df6 (diff) | |
Fix shit
Diffstat (limited to 'src/frontend/app/components/StopSheetSkeleton.tsx')
| -rw-r--r-- | src/frontend/app/components/StopSheetSkeleton.tsx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/frontend/app/components/StopSheetSkeleton.tsx b/src/frontend/app/components/StopSheetSkeleton.tsx index 36ce546..0ae83b8 100644 --- a/src/frontend/app/components/StopSheetSkeleton.tsx +++ b/src/frontend/app/components/StopSheetSkeleton.tsx @@ -59,22 +59,11 @@ export const StopSheetSkeleton: React.FC<StopSheetSkeletonProps> = ({ <Skeleton width="70px" height="0.85rem" /> </div> -<<<<<<< HEAD <div className="stop-sheet-view-all" style={{ background: "var(--service-background)", cursor: "not-allowed", pointerEvents: "none" }}> -======= - <div - className="stop-sheet-view-all" - style={{ - background: "#f0f0f0", - cursor: "not-allowed", - pointerEvents: "none", - }} - > ->>>>>>> 88e0621 (Improve gallery scroll indicators and format code) <Skeleton width="180px" height="0.85rem" /> </div> </div> |
