Skip to content

Commit

Permalink
docs: use imgur link for image url
Browse files Browse the repository at this point in the history
GitHub recently changed the image hosting system in issues. Links are no longer persistent, so they can't be reliably used in the README.
  • Loading branch information
csirianni committed Dec 25, 2023
1 parent 453fd47 commit b0ed23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The frontend renders the client web application and computes the private set intersection. It is made with [Next.js](https://nextjs.org/), [Tailwind](https://tailwindcss.com/), and [MaterialUI](https://mui.com/material-ui/).

![Sign up page](https://private-user-images.githubusercontent.com/54677998/292690961-d57e9890-6ab3-423f-a7d5-cdf97a930296.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDM0NTY0ODUsIm5iZiI6MTcwMzQ1NjE4NSwicGF0aCI6Ii81NDY3Nzk5OC8yOTI2OTA5NjEtZDU3ZTk4OTAtNmFiMy00MjNmLWE3ZDUtY2RmOTdhOTMwMjk2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFJV05KWUFYNENTVkVINTNBJTJGMjAyMzEyMjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjMxMjI0VDIyMTYyNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQ1MGVjYjYyZDI2YzBjZDViNDA2NDA4ZmVlYmZmOGYxZGUzNGJkNGQ1MzA3YWU4MWU1NWE1MDVkNGMzMjkzM2MmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.eKUqj75wRCM9ojMaOJ-8D6NiPxvvlyZGCuswqyeDRpQ)
![Sign up page](https://i.imgur.com/8sea2io.png)

Note that a password must satisfy the listed requirements before the user can click "Sign Up."

Expand Down

0 comments on commit b0ed23f

Please sign in to comment.