Skip to content

Commit

Permalink
feat: change view dataset button #234
Browse files Browse the repository at this point in the history
  • Loading branch information
candicecz committed May 30, 2024
1 parent 2126101 commit fa70cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ const SearchResultCard: React.FC<SearchResultCardProps> = ({
rightIcon={<FaCircleArrowRight />}
aria-label={`Go to details about resource ${name}`}
>
View dataset
View resource
</Button>
</Flex>
</NextLink>
Expand Down
2 changes: 1 addition & 1 deletion src/components/sources/components/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ const Main: React.FC<Main> = ({ data, isLoading, metadata }) => {
height='unset'
m={1}
>
Search for {sourceObj.name} records
Search for {sourceObj.name} resources
</Button>
</NextLink>
{sourceObj.url && (
Expand Down

0 comments on commit fa70cbe

Please sign in to comment.