From 1ee9a7d921e6f5daa170330d25ec3d616f4e395a Mon Sep 17 00:00:00 2001 From: Luke Curley Date: Thu, 30 Jan 2025 14:49:19 -0300 Subject: [PATCH 1/2] Actually fix the build. --- .github/logo.svg | 348 -------------------------------------- README.md | 2 +- bun.lockb | Bin 241635 -> 241635 bytes package.json | 5 +- public/home/logo.svg | 54 +++--- public/layout/favicon.svg | 4 +- 6 files changed, 34 insertions(+), 379 deletions(-) delete mode 100644 .github/logo.svg diff --git a/.github/logo.svg b/.github/logo.svg deleted file mode 100644 index 109b070..0000000 --- a/.github/logo.svg +++ /dev/null @@ -1,348 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/README.md b/README.md index 9ed0c58..6895519 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Media over QUIC + Media over QUIC

This repository contains the code for [quic.video](https://quic.video). diff --git a/bun.lockb b/bun.lockb index 053b95e1f2df9ee76d122e7ad6cb48d275db5ca0..d6af795255a5edcf19a1ab21f906386096de255e 100755 GIT binary patch delta 145 zcmV;C0B--|-wxy74v;P&U_O(P!wubK7sq9pL)O~Sq1_dM?+Hq?u1Tw71(g(Ru}<2c zlc{$#?fF4Cjfmf#3T4zEVR;P3Wq@ope1lTjAt?RHzcj;Y3=l=fpP~_Bi`z7d(tB0x3t5CEK+NV>S-`RR))` ztnC%qSnmd1DpmSUK9lj!%0Pfrt<<+IiUHK*0WgOGZvwXhZv#pm0Wh~sjRTe - + .arrow { + fill: #00BF2D; + stroke: #0f172a; + stroke-width: 3px; + } + + .text { + fill: #FBFBFB; + stroke: #0f172a; + stroke-width: 3px; + } + + - - - - - - - - - - - - - - - - From 5d2e45c534143637a06c1abfb41b38f30dda9047 Mon Sep 17 00:00:00 2001 From: Luke Curley Date: Thu, 30 Jan 2025 14:51:13 -0300 Subject: [PATCH 2/2] OCD --- public/home/logo.svg | 4 ++-- public/layout/favicon.svg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/home/logo.svg b/public/home/logo.svg index d24cde9..b97718b 100644 --- a/public/home/logo.svg +++ b/public/home/logo.svg @@ -4,13 +4,13 @@ .arrow { fill: #00BF2D; stroke: #0f172a; - stroke-width: 3px; + stroke-width: 4px; } .text { fill: #FBFBFB; stroke: #0f172a; - stroke-width: 3px; + stroke-width: 4px; }