Skip to content

Commit

Permalink
Merge pull request #51 from MattPereira/update-deployment-url
Browse files Browse the repository at this point in the history
update url
  • Loading branch information
MattPereira authored Nov 29, 2023
2 parents 3b055a3 + b36a016 commit 001e7f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</div>

<div align="center">
<a href="https://www.youtube.com/watch?v=whP8iiYZW6Y">YouTube Video</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="https://updev-bshevchenko-boris-shevchenkos-projects.vercel.app">Live Site</a>
<a href="https://www.youtube.com/watch?v=whP8iiYZW6Y">YouTube Video</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="https://updev-v1.vercel.app/">Live Site</a>
</div>

<br />
Expand Down Expand Up @@ -53,15 +53,15 @@ It leverages [Lukso Network](https://lukso.network/), [Univeral Profiles browser

first git clone this repo:

```git clone https://github.com/tantodefi/updev.git```
`git clone https://github.com/tantodefi/updev.git`

install dependencies:

```yarn install```
`yarn install`

run the app

```yarn start```
`yarn start`

### Technologies Used

Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/components/updev/ConnectSocialAccounts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export const ConnectSocialAccounts = () => {
const renderModalContent = (title: string) => {
const account = socialAccounts.find(account => account.title === title);

const link = `https://updev-nextjs.vercel.app/profile/${profile && profile[0]}`;
const link = `https://updev-v1.vercel.app/profile/${profile && profile[0]}`;
return (
<div className="flex gap-5 items-center">
<div className="rounded-lg overflow-hidden">
Expand Down

0 comments on commit 001e7f5

Please sign in to comment.