diff --git a/example/components/live-activities/DeepLinksLiveActivityUI.tsx b/example/components/live-activities/DeepLinksLiveActivityUI.tsx index 563356b6..6c7d5e2b 100644 --- a/example/components/live-activities/DeepLinksLiveActivityUI.tsx +++ b/example/components/live-activities/DeepLinksLiveActivityUI.tsx @@ -3,49 +3,46 @@ import { Voltra } from 'voltra' export function DeepLinksLiveActivityUI() { return ( - - {/* Link Examples */} - - {/* Link with absolute URL */} - - - - - Order #123 - Tap to view details - - - - - + + {/* Link with absolute URL */} + + + + + Order #123 + Tap to view details + + + + + - {/* Link with relative path */} - - - - - Settings - Manage preferences - - - - - - - + {/* Link with relative path */} + + + + + Settings + Manage preferences + + + + + + ) }