Skip to content

Commit be9fb1d

Browse files
authored
update copyright and bottom left text (#4)
* wip Signed-off-by: Will Manning <[email protected]> * link Signed-off-by: Will Manning <[email protected]> --------- Signed-off-by: Will Manning <[email protected]>
1 parent 1539d52 commit be9fb1d

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

src/components/layout/footer.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ export const Footer = () => {
77
<div className="flex flex-col-reverse md:flex-row justify-between items-center m-4 mt-2 md:mt-4 md:m-10 dashed-top dashed-bottom after:hidden md:after:block md:h-[84px]">
88
<div className="flex items-center gap-4 dashed-right after:hidden lg:after:block h-full md:pl-2 lg:px-10 py-4 pb-4 md:py-0">
99
<span className="text-sm font-mono text-white">
10-
© {new Date().getFullYear()} All rights reserved.
10+
Copyright © Vortex a Series of{" "}
11+
<Link href="https://lfprojects.org" target="_blank">
12+
LF Projects, LLC
13+
</Link>
14+
.
1115
</span>
1216
</div>
1317
<div className="dashed-top md:hidden w-full"></div>
@@ -28,7 +32,7 @@ export const Footer = () => {
2832
/>
2933
</NextLink>
3034
<span>
31-
Made by{" "}
35+
Donated by{" "}
3236
<Link href="https://spiraldb.com" target="_blank">
3337
Spiral
3438
</Link>

src/components/overlay/index.tsx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,15 @@ export const Overlay = () => {
77
</div>
88

99
<div className="absolute bottom-5 md:bottom-3 left-1/2 -translate-x-1/2 md:left-14 md:translate-x-0 text-white bg-background w-[274px] lg:w-[324px] text-left font-mono text-xs md:text-sm lg:px-4 py-1 px-3 md:py-2">
10-
It&apos;s both a file format and a memory format, enabling compute
11-
over compressed data
10+
100-200x faster random access
11+
<br />
12+
2-10x faster scans
13+
<br />
14+
Similar write throughput
15+
<br />
16+
Similar compression ratios
17+
<br />
18+
(vs. Apache Parquet)
1219
</div>
1320
</div>
1421
</div>

0 commit comments

Comments
 (0)