Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cjtim committed Jun 3, 2022
1 parent 1b66f88 commit 0851df5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion components/global/TextLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const TextLink: React.FC<Props> = ({ text, to, title }) => {
color={pathname === to ? color : 'gray'}
_hover={{
color,
}}>
}}
>
{text}
</Text>
</NextLink>
Expand Down
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ export const internalPages = {
logout: '/user/logout',
},
about: '/about',
findPets: '/find'
findPets: '/find',
}

0 comments on commit 0851df5

Please sign in to comment.