Skip to content

Commit

Permalink
feat(version): release 0.28.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Jan 10, 2024
1 parent 231824f commit 17337f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.28.3",
"version": "0.28.4",
"private": true,
"scripts": {
"dev": "react-scripts start",
Expand Down
4 changes: 2 additions & 2 deletions src/components/CFRosDistros/CFRosDistros.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function CFRosDistros({
className="flex flex-col gap-2"
>
<div className="flex min-w-fit gap-1 text-xs font-medium text-light-700">
Ros Distrobutions:
ROS 2 Distribution:
<InfoTip
content="
ROS Distributions are the versions of ROS that are installed on the robot. Each ROS distribution is independent of the other, meaning that you can use multiple ROS distributions on the same robot."
Expand Down Expand Up @@ -109,7 +109,7 @@ export default function CFRosDistros({
}}
/>
<span className="text-center text-[0.68rem] text-light-700">
ROS2{" "}
ROS 2{" "}
{item === "FOXY"
? "Foxy"
: item === "HUMBLE"
Expand Down

0 comments on commit 17337f1

Please sign in to comment.