Skip to content

Commit

Permalink
fix(devtools-ui): capitalize Refine
Browse files Browse the repository at this point in the history
  • Loading branch information
aliemir committed May 15, 2024
1 parent aaf3cc2 commit 53ea468
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/devtools-ui/src/components/add-package-drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export const AddPackageDrawer = ({
"re-font-semibold",
)}
>
Explore refine packages
Explore Refine packages
</div>
<button
type="button"
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-ui/src/components/feed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const Feed = () => {
"re-flex-shrink-0",
)}
>
Updates from the refine team
Updates from the Refine team
</div>
<div className={clsx("re-flex-1", "re-overflow-auto")}>
<div className={clsx("re-flex", "re-flex-col", "re-gap-8")}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export const ProjectIdFixModal = ({ visible, onClose, projectId }: Props) => {
)}
>
{
"That's it! You're now ready for the upcoming features of the refine devtools!"
"That's it! You're now ready for the upcoming features of the Refine Devtools!"
}
</div>
</div>
Expand Down

0 comments on commit 53ea468

Please sign in to comment.