Skip to content

Commit ba6a3fd

Browse files
authored
Update website nits (TraceMachina#1658)
1 parent ed0ee7e commit ba6a3fd

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,6 @@ Visit our [Contributing](https://github.com/tracemachina/nativelink/blob/main/CO
139139

140140
## 📜 License
141141

142-
Copyright 2020–2024 Trace Machina, Inc.
142+
Copyright 2020–2025 Trace Machina, Inc.
143143

144144
Licensed under the Apache 2.0 License, SPDX identifier `Apache-2.0`.

web/platform/src/components/qwik/components/cards.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ const pricing = [
5959
{
6060
title: "Free Preview",
6161
items: [
62-
"100GB of Cache Transfer",
63-
"80 cores of remote builds",
62+
"1 TB of Cache Transfer",
63+
"100 cores of remote builds",
6464
"Community Support",
6565
],
6666
cta: {

web/platform/src/components/qwik/components/footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export const Footer = component$(() => {
118118
<div class="text-center">
119119
Lets <span class="text-[#AD96FF]">build</span> together.
120120
</div>
121-
<div class="text-center"> We launch soon!</div>
121+
<div class="text-center">We launched!</div>
122122
</div>
123123
</div>
124124

@@ -200,7 +200,7 @@ export const Footer = component$(() => {
200200
alt="Nativelink Logo"
201201
/>
202202
</a>
203-
<span class="text-white! font-thin">© Trace Machina 2024</span>
203+
<span class="text-white! font-thin">© Trace Machina 2025</span>
204204
</div>
205205
</div>
206206
</div>

web/platform/src/components/qwik/pages/company.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ const team = [
2525
name: "Marcus Eagan",
2626
title: "Co-Founder",
2727
},
28-
{
29-
img: "https://nativelink-cdn.s3.us-east-1.amazonaws.com/blaise_bruer.webp",
30-
name: "Blaise Bruer",
31-
title: "Co-Founder",
32-
},
3328
];
3429

3530
const _cards = [

0 commit comments

Comments
 (0)