Skip to content
Merged

landing #1617

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions apps/web/public/changelog/.gitkeep

This file was deleted.

8 changes: 0 additions & 8 deletions apps/web/public/docs/.gitkeep

This file was deleted.

1 change: 0 additions & 1 deletion apps/web/public/noise-texture.png

This file was deleted.

Binary file removed apps/web/public/team/john.png
Binary file not shown.
Binary file removed apps/web/public/team/yujong.png
Binary file not shown.
2 changes: 1 addition & 1 deletion apps/web/src/components/github-open-source.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export function GitHubOpenSource() {
const FORKS_COUNT = githubStats.data?.forks ?? GITHUB_LAST_SEEN_FORKS;

return (
<section className="border-t border-neutral-100">
<section>
<div className="px-4 py-8">
<div className="lg:hidden max-w-4xl mx-auto">
<OpenSourceButton showStars={true} starCount={STARS_COUNT} />
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/components/slash-separator.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export function SlashSeparator() {
return (
<div
className="border-b border-neutral-100 bg-neutral-50 h-4"
className="border-y border-neutral-100 bg-neutral-50 h-4"
style={{ backgroundImage: "url(/patterns/slash.svg)" }}
/>
);
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/components/video-thumbnail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function VideoThumbnail({
<div className={cn(["relative w-full h-full overflow-hidden group cursor-pointer", className])} onClick={onPlay}>
<MuxPlayer
playbackId={playbackId}
poster="/hyprnote/poster-image.png"
poster="https://ijoptyyjrfqwaqhyxkxj.supabase.co/storage/v1/object/public/public_images/hyprnote/poster-image.png"
muted
playsInline
className="w-full h-full object-cover pointer-events-none aspect-video"
Expand Down
Loading
Loading