Skip to content

Commit

Permalink
Merge pull request #365 from HoomanDgtl/main
Browse files Browse the repository at this point in the history
fix: align table in gpu pricing
  • Loading branch information
HoomanDgtl committed Sep 7, 2024
2 parents 5956716 + 6588c34 commit c465c59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/pricing-page/gpus/gpu-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -416,10 +416,10 @@ export const Tables = ({
<th className="w-[26%] px-2 text-left text-sm font-medium tracking-normal text-linkText ">
Chipset
</th>
<th className="w-[26%] px-2 text-left text-sm font-medium tracking-normal text-linkText">
<th className="w-[26%] px-2 text-left text-sm font-medium tracking-normal text-linkText xl:pl-8">
Availability
</th>
<th className="w-[26%] whitespace-nowrap pr-2 text-left text-sm font-medium tracking-normal text-linkText ">
<th className="w-[26%] whitespace-nowrap pr-2 text-left text-sm font-medium tracking-normal text-linkText xl:pl-8 ">
Price (USD per hour)
</th>
<th className=""></th>
Expand Down

0 comments on commit c465c59

Please sign in to comment.