Skip to content

Commit

Permalink
Merge pull request #382 from HoomanDgtl/main
Browse files Browse the repository at this point in the history
update: gpu-table.tsx and favicon
  • Loading branch information
HoomanDgtl authored Oct 3, 2024
2 parents cbc3d57 + 1decb3d commit 3bb126e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 13 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
11 changes: 0 additions & 11 deletions public/favicon.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/base-head.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const { title, description, image = "/meta-images/home.png" } = Astro.props;
<!-- Global Metadata -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="generator" content={Astro.generator} />
<!-- Font preloads -->
<link
Expand Down
2 changes: 1 addition & 1 deletion src/components/pricing-page/gpus/gpu-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ export const Tables = ({
Average price:
</span>
<span className="font-semibold">
{price(model?.price?.avg)}
{price(model?.price?.weightedAverage)}
</span>
</div>
<HoverCard openDelay={2} closeDelay={2}>
Expand Down

0 comments on commit 3bb126e

Please sign in to comment.