Skip to content
Merged
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
7 changes: 6 additions & 1 deletion apps/docs/public/logo-horizontal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions apps/storybook/.storybook/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { storybookTheme } from "./theme";
addons.setConfig({
theme: {
...storybookTheme,
brandImage: docsLogo,
brandImage: `${docsLogo}#light`,
brandTitle: "React Intersection Observer",
brandUrl: "https://react-intersection-observer.vercel.app/",
brandUrl: "https://roi-storybook.thebuilder.dk/",
},
});
2 changes: 1 addition & 1 deletion apps/storybook/stories/Intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ A React implementation of the [Intersection Observer API](https://developer.mozi

Use the stories in this library to explore the `InView` component, `useInView`, and `useOnInView` in isolation.

For installation, API reference, guides, and recipes, visit the [documentation site](https://react-intersection-observer.vercel.app/).
For installation, API reference, guides, and recipes, visit the [documentation site](https://react-intersection-observer.thebuilder.dk/).
Loading