Skip to content

Commit

Permalink
fix: update button label
Browse files Browse the repository at this point in the history
  • Loading branch information
GonzaloMedinaDev committed Dec 4, 2024
1 parent 28efd61 commit dd5c847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/locations/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const Sidebar = () => {

return (
<Button variant='secondary' isFullWidth onClick={handleClick}>
View the Documentation
View Documentation
</Button>
);
};
Expand Down

0 comments on commit dd5c847

Please sign in to comment.