Skip to content

Commit

Permalink
fix: mobile host list
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Aug 2, 2023
1 parent 9e96e40 commit d253617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/components/HostMap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export function HostMap({ className, hosts, rates }: Props) {
onMouseMove={gpu.shouldRender ? onMouseMove : undefined}
onMouseLeave={gpu.shouldRender ? onMouseLeave : undefined}
className={cx(
'relative border-b border-gray-400 dark:border-graydark-400 -mx-[20px] md:mx-0 w-full',
'relative border-b border-gray-400 dark:border-graydark-400 w-full',
gpu.hasCheckedGpu && !gpu.shouldRender
? 'h-[50px] md:h-[200px]'
: 'aspect-[2/1]',
Expand Down

0 comments on commit d253617

Please sign in to comment.