Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv committed Dec 6, 2024
1 parent 4b8acd4 commit 98a0b0f
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://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://logid.xyz/permissions';
router.push(url);
};

Expand Down

0 comments on commit 98a0b0f

Please sign in to comment.