Skip to content

Commit 6798cc9

Browse files
landing
1 parent 507de0d commit 6798cc9

File tree

11 files changed

+502
-224
lines changed

11 files changed

+502
-224
lines changed

apps/web/public/changelog/.gitkeep

Lines changed: 0 additions & 8 deletions
This file was deleted.

apps/web/public/docs/.gitkeep

Lines changed: 0 additions & 8 deletions
This file was deleted.

apps/web/public/noise-texture.png

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/web/public/team/john.png

-1.95 MB
Binary file not shown.

apps/web/public/team/yujong.png

-3.34 MB
Binary file not shown.

apps/web/src/components/github-open-source.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export function GitHubOpenSource() {
138138
const FORKS_COUNT = githubStats.data?.forks ?? GITHUB_LAST_SEEN_FORKS;
139139

140140
return (
141-
<section className="border-t border-neutral-100">
141+
<section>
142142
<div className="px-4 py-8">
143143
<div className="lg:hidden max-w-4xl mx-auto">
144144
<OpenSourceButton showStars={true} starCount={STARS_COUNT} />

apps/web/src/components/slash-separator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export function SlashSeparator() {
22
return (
33
<div
4-
className="border-b border-neutral-100 bg-neutral-50 h-4"
4+
className="border-y border-neutral-100 bg-neutral-50 h-4"
55
style={{ backgroundImage: "url(/patterns/slash.svg)" }}
66
/>
77
);

apps/web/src/components/video-thumbnail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function VideoThumbnail({
1818
<div className={cn(["relative w-full h-full overflow-hidden group cursor-pointer", className])} onClick={onPlay}>
1919
<MuxPlayer
2020
playbackId={playbackId}
21-
poster="/hyprnote/poster-image.png"
21+
poster="https://ijoptyyjrfqwaqhyxkxj.supabase.co/storage/v1/object/public/public_images/hyprnote/poster-image.png"
2222
muted
2323
playsInline
2424
className="w-full h-full object-cover pointer-events-none aspect-video"

0 commit comments

Comments
 (0)