Skip to content

Commit

Permalink
Change design of version
Browse files Browse the repository at this point in the history
  • Loading branch information
ybizeul committed Jan 9, 2024
1 parent 1f63c6e commit 6fd1c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/ui/src/YBFeed/Components/YBFeedVersionComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function YBFeedVersionComponent() {
<Skeleton mb="1em" width="10em" height="5"/>
</Center>
:
<Text pb="1em" size="xs" ta="center">ybFeed {version}</Text>
<Text pb="1em" size="0.7em" c={"gray"} ta="center">ybFeed {version}</Text>
}
</>
)
Expand Down

0 comments on commit 6fd1c7d

Please sign in to comment.