Skip to content

Commit

Permalink
fix: add users company URL (#3197)
Browse files Browse the repository at this point in the history
  • Loading branch information
parasg1999 authored May 18, 2021
1 parent 7fa2c8f commit 61c3e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { users } from 'users';
export interface UsersProps {}

const Users: React.FC<UsersProps> = props => {
const editUrl = `${siteConfig.repoUrl}/edit/master/docs/src/users.ts`;
const editUrl = `${siteConfig.repoUrl}/edit/master/website/src/users.ts`;
const showcase = users.map(user => (
<a
href={user.infoLink}
Expand Down

1 comment on commit 61c3e92

@vercel
Copy link

@vercel vercel bot commented on 61c3e92 May 18, 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:

formik – ./website

formik.org
formik-git-master-formium.vercel.app
formik-formium.vercel.app

Please sign in to comment.