File tree Expand file tree Collapse file tree 4 files changed +5
-10
lines changed
web/platform/src/components/qwik Expand file tree Collapse file tree 4 files changed +5
-10
lines changed Original file line number Diff line number Diff 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
144144Licensed under the Apache 2.0 License, SPDX identifier ` Apache-2.0 ` .
Original file line number Diff line number Diff 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 : {
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
3530const _cards = [
You can’t perform that action at this time.
0 commit comments