diff --git a/site/src/components/FooterEasterEgg.astro b/site/src/components/FooterEasterEgg.astro index 2429a9dc..a92c81f4 100644 --- a/site/src/components/FooterEasterEgg.astro +++ b/site/src/components/FooterEasterEgg.astro @@ -14,9 +14,9 @@ const { variant = 'normal', class: className } = Astro.props; ]} style="grid-template-rows: 80fr 60fr 45fr 20fr 10fr" > -
- - - - + + + + + diff --git a/site/src/components/home/Built/Intro.astro b/site/src/components/home/Built/Intro.astro index 0b14feef..941e532d 100644 --- a/site/src/components/home/Built/Intro.astro +++ b/site/src/components/home/Built/Intro.astro @@ -5,7 +5,7 @@ class="rounded-xs border border-manila-dark bg-faded-black p-5 md:p-10 lg:p-15" >
- VideoJS 10 is complete ground-up rewrite of the player for the modern web.
+ Video.js 10 is complete ground-up rewrite of the player for the modern web.
The UI is separated from the underlying media renderer. Every component is
independent and works together through open API contracts. We've structured
the project for modern JavaScript bundlers to support tree-shaking and
diff --git a/site/src/components/home/GetStartedBanner.astro b/site/src/components/home/GetStartedBanner.astro
index 2267047a..9e1fff9f 100644
--- a/site/src/components/home/GetStartedBanner.astro
+++ b/site/src/components/home/GetStartedBanner.astro
@@ -6,7 +6,7 @@ import GetStartedLink from '../NavBar/GetStartedLink';