Skip to content

Commit

Permalink
Merge pull request #358 from TogetherCrew/hotfix/logId-url-redirect
Browse files Browse the repository at this point in the history
update url
  • Loading branch information
cyri113 authored Dec 6, 2024
2 parents 4b8acd4 + e16b533 commit 5c0b264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/reputation-score/mint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const AttestationSection: React.FC<AttestationSectionProps> = ({
}) => {

const handleNavigation = () => {
const url = 'https://identity-on-chain-platform.pages.dev/permissions';
const url = 'https://app.logid.xyz/permissions';
window.open(url, '_blank');
};
return (
Expand Down Expand Up @@ -346,7 +346,7 @@ const UserProfileBox: React.FC<UserProfileBoxProps> = ({ profile }) => {
const router = useRouter();

const handleNavigation = () => {
const url = 'https://identity-on-chain-platform.pages.dev/permissions';
const url = 'https://app.logid.xyz/permissions';
router.push(url);
};

Expand Down

0 comments on commit 5c0b264

Please sign in to comment.