+
Grants
-
-
-
+ content={
+
+ Donations received through Better Giving that will distributed
+ to your bank account.
+
+
+ }
+ >
+
+
+
{endow?.allocation?.cash ?? 0} %
diff --git a/src/pages/Registration/Steps/Reference.tsx b/src/pages/Registration/Steps/Reference.tsx
index c1fff39df9..6928533db9 100644
--- a/src/pages/Registration/Steps/Reference.tsx
+++ b/src/pages/Registration/Steps/Reference.tsx
@@ -1,5 +1,6 @@
import Icon, { DrawerIcon } from "components/Icon";
-import { type ReactElement, cloneElement, useState } from "react";
+import { Arrow, Content, Tooltip } from "components/Tooltip";
+import { useState } from "react";
type Props = {
id: string;
@@ -17,11 +18,20 @@ export default function Reference({ id, classes = "" }: Props) {
Your registration number:
{id}
-
-
-
-
-
+
+ {tooltip}
+
+
+ }
+ >
+
+