Skip to content

Commit

Permalink
Merge branch 'facebook:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
anaclumos committed Jul 11, 2022
2 parents 89eb962 + 1ad9784 commit 9ea7395
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Expand Up @@ -280,7 +280,7 @@ function SearchPageContent(): JSX.Element {
const [loaderRef, setLoaderRef] = useState<HTMLDivElement | null>(null);
const prevY = useRef(0);
const observer = useRef(
ExecutionEnvironment.canUseDOM &&
ExecutionEnvironment.canUseIntersectionObserver &&
new IntersectionObserver(
(entries) => {
const {
Expand Down
Binary file modified website/src/data/showcase/evantay.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion website/src/data/users.tsx
Expand Up @@ -2357,7 +2357,7 @@ const Users: User[] = [
website: 'https://yeecord.com/',
preview: require('./showcase/yeecord.png'),
tags: ['product', 'personal', 'opensource'],
source: 'https://github.com/Gary50613/yeecord-docs',
source: 'https://github.com/yeecord/docs',
},
{
title: 'Zowe',
Expand Down

0 comments on commit 9ea7395

Please sign in to comment.