Skip to content

Commit

Permalink
Replace old links to new one
Browse files Browse the repository at this point in the history
  • Loading branch information
murillo94 committed Jan 5, 2021
1 parent 9d0c8b3 commit ff19cc6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://storeen.vercel.app">
<a href="https://site-storeen.vercel.app">
<img src="https://github.com/murillo94/storeen/blob/master/packages/app/src/public/images/logo-all-horizontal.svg" alt="Storeen" width="250px">
</a>
</p>
Expand Down Expand Up @@ -31,4 +31,4 @@ The [@storeen/components](./packages/components) is the UI components built on t

The [@storeen/styleguide](./packages/styleguide) is our design system, the home for all our reusable/principles patterns, components and assets.

Check out our [styleguide](https://storeen-styleguide.vercel.app) documentation for more details.
Check out our [styleguide](https://styleguide-storeen.vercel.app/) documentation for more details.
2 changes: 1 addition & 1 deletion packages/site/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Home = () => {
}}
/>
<Inline isProportional={false} sx={{ justifyContent: 'center' }}>
<Anchor href="https://app-storeen.vercel.app/">entrar</Anchor>
<Anchor href="https://app-storeen.vercel.app">entrar</Anchor>
<Anchor href="#">criar loja</Anchor>
</Inline>
</Inline>
Expand Down
8 changes: 8 additions & 0 deletions packages/styleguide/src/layouts/wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,14 @@ const Nav = () => {
Storeen app
</SideNavigationItemLink>
</SideNavigationItem>
<SideNavigationItem>
<SideNavigationItemLink
href="https://github.com/murillo94/storeen/tree/master/packages/site"
isExternal
>
Storeen site
</SideNavigationItemLink>
</SideNavigationItem>
</SideNavigationGroup>
</>
);
Expand Down

3 comments on commit ff19cc6

@vercel
Copy link

@vercel vercel bot commented on ff19cc6 Jan 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

site-storeen – ./packages/site

site-storeen.murillodmiranda.vercel.app
site-storeen.vercel.app
site-storeen-git-master.murillodmiranda.vercel.app

@vercel
Copy link

@vercel vercel bot commented on ff19cc6 Jan 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

styleguide-storeen – ./packages/styleguide

styleguide-storeen.vercel.app
styleguide-storeen.murillodmiranda.vercel.app
styleguide-storeen-git-master.murillodmiranda.vercel.app

@vercel
Copy link

@vercel vercel bot commented on ff19cc6 Jan 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app-storeen – ./packages/app

app-storeen-git-master.murillodmiranda.vercel.app
app-storeen.murillodmiranda.vercel.app
app-storeen.vercel.app

Please sign in to comment.