Skip to content

Commit 524756d

Browse files
docs: fix references to dopt
1 parent 2aff2b7 commit 524756d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ yarn add react-tooltip
6565
React Tooltip is proud to be sponsored by [Frigade](https://frigade.com/?source=react-tooltip), a developer tool for building better product onboarding: guided tours, getting started checklists, announcements, etc.
6666

6767
<a href="https://dopt.com/?source=react-tooltip">
68-
<img alt="Frigade" style="height: 250px" src="docs/static/img/sponsors/dopt.png" />
68+
<img alt="Dopt" style="height: 250px" src="docs/static/img/sponsors/dopt.png" />
6969
</a>
7070

7171
[Dopt](https://dopt.com/?source=react-tooltip) gives developers UI components and SDKs to build seamless onboarding and education experiences in minutes.

docs/src/components/BannerSponsor/index.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ const SPONSORS = {
1717
frigade: {
1818
logo: LogoFrigade,
1919
title: 'Frigade',
20+
href: 'https://frigade.com/',
2021
},
2122
dopt: {
2223
logo: LogoDopt,
2324
title: 'Dopt',
25+
href: 'https://dopt.com/',
2426
},
2527
}
2628

@@ -47,7 +49,7 @@ const BannerSponsor = ({ sponsorKey }: BannerSponsorProps) => {
4749
return (
4850
<div className="sponsor-banner">
4951
<a
50-
href="https://frigade.com/?source=react-tooltip"
52+
href={`${sponsor.href}?source=react-tooltip`}
5153
title={sponsor.title}
5254
target="_blank"
5355
rel="noreferrer"

0 commit comments

Comments
 (0)