File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/ui/src/views/repo/repo-branch/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ export const BranchesList: FC<BranchListPageProps> = ({
52
52
53
53
< Table . Head className = "w-[15%]" contentClassName = "w-full" >
54
54
< Layout . Grid flow = "column" columns = "1fr auto 1fr" align = "center" justify = "center" gapX = "2xs" >
55
- < Text align = " right"> { t ( 'views:repos.behind' , 'Behind' ) } </ Text >
55
+ < span className = "text- right"> { t ( 'views:repos.behind' , 'Behind' ) } </ span >
56
56
< Separator orientation = "vertical" />
57
- < Text > { t ( 'views:repos.ahead' , 'Ahead' ) } </ Text >
57
+ < span > { t ( 'views:repos.ahead' , 'Ahead' ) } </ span >
58
58
</ Layout . Grid >
59
59
</ Table . Head >
60
60
< Table . Head className = "w-[15%] whitespace-nowrap" > { t ( 'views:repos.pullRequest' , 'Pull Request' ) } </ Table . Head >
You can’t perform that action at this time.
0 commit comments