Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Nov 22, 2024
1 parent 0b0dfc7 commit 730e523
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions apps/web/app/app.dub.co/embed/dashboard/page-client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,8 @@ export function RewardDashboardPageClient() {
target="_blank"
className="mt-2 flex items-center justify-center gap-2 rounded-lg bg-white p-2 transition-colors"
>
<p className="text-sm text-gray-700">Powered by</p>
<Wordmark className="h-4" />
<p className="text-xs text-gray-800">
Powered by <span className="font-medium">Dub Conversions</span>
</p>
</a>
</div>
</>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/app/app.dub.co/embed/widget/page-client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function EmbedWidgetPageClient() {
const [selectedTab, setSelectedTab] = useState<Tab>("invite");

const { link, isLoading: isLoadingLink } = useReferralLink();
const { program, isLoading: isLoadingProgram } = useReferralProgram();
const { program } = useReferralProgram();

return (
<div>
Expand Down
2 changes: 1 addition & 1 deletion dub.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script type="text/javascript">
window.addEventListener("load", function () {
window.Dub.options = {
linkToken: "fbsGYQWn0zUQz9Z4hYOvarec8pxb0guWZUOM", // replace with token
linkToken: "dub_embed_7cnHQVYxXxr7tzIAuuPwjDVWT5oC0rD2WyUu", // replace with token
};
});
</script>
Expand Down

0 comments on commit 730e523

Please sign in to comment.