fix(web): no rounded map on /map page (#18232)

This commit is contained in:
Jason Rasmussen 2025-05-12 14:15:15 -04:00 committed by GitHub
parent 41a127e2ab
commit eb8dfa283e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,7 +72,7 @@
{#if $featureFlags.loaded && $featureFlags.map} {#if $featureFlags.loaded && $featureFlags.map}
<UserPageLayout title={data.meta.title}> <UserPageLayout title={data.meta.title}>
<div class="isolate h-full w-full"> <div class="isolate h-full w-full">
<Map hash onSelect={onViewAssets} rounded /> <Map hash onSelect={onViewAssets} />
</div> </div>
</UserPageLayout> </UserPageLayout>
<Portal target="body"> <Portal target="body">