Skip to content

Commit

Permalink
chore: remove reference to Hiro
Browse files Browse the repository at this point in the history
  • Loading branch information
friedger committed Nov 16, 2023
1 parent 82aa258 commit f2e39ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/legal-disclaimer-tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Tooltip } from './tooltip';
export const LegalDisclaimerTooltip: FC<BoxProps> = props => (
<Tooltip
display="inherit"
text="This link will take you to an external third-party website that is not affiliated with Hiro Systems PBC."
text="This link will take you to an external third-party website."
{...props}
/>
);
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function DelegatedStackingTerms({
<StackingTermItem title="Research your pool" icon={<StepsIcon width="16px" height="16px" />}>
<Text>
Paying out rewards is at the discretion of the pool. Make sure you’ve researched and trust
the pool you’re using. All pools are unaffiliated with Hiro PBC.
the pool you’re using.
</Text>
</StackingTermItem>
{showPoxWrapperTermItem && (
Expand Down

0 comments on commit f2e39ca

Please sign in to comment.