Skip to content

Commit

Permalink
redo language
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulkgupta committed Jun 18, 2024
1 parent d4a48f4 commit d9fa9a9
Showing 1 changed file with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,17 @@ const PaymentModal = ({ isOpen, onClose }) => {
</li>
<li>
<CheckMark32Icon />
Google Maps 3D Tiles
Integrated 2D & 3D Maps
</li>
<li>
<CheckMark32Icon />
Augmented Reality (QR Anchor)
Advanced Street Geometry
</li>
<li>
<CheckMark32Icon />
Custom SVG Paths
</li>
<li>
<CheckMark32Icon />
Mapbox Layers
GLTF Export and Augmented Reality
</li>
</ul>
<Button className={styles.learnMoreBtn} variant="ghost">
Learn more
</Button>
</div>
<div className={styles.rightCol}>
{currentUser ? (
Expand Down

0 comments on commit d9fa9a9

Please sign in to comment.