Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9ed08ab

Browse files
BrunoQuaresmapull[bot]
authored andcommitted
fix(site): fix capitalized username (#11891)
Fix#11888
1 parent786470b commit9ed08ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎site/src/components/WorkspaceBuild/WorkspaceBuildData.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ export const WorkspaceBuildData = ({ build }: { build: WorkspaceBuild }) => {
2525
<divcss={{overflow:"hidden"}}>
2626
<div
2727
css={{
28-
textTransform:"capitalize",
2928
color:theme.palette.text.primary,
3029
textOverflow:"ellipsis",
3130
overflow:"hidden",
3231
whiteSpace:"nowrap",
3332
}}
3433
>
35-
{build.transition} by{" "}
34+
<spancss={{textTransform:"capitalize"}}>{build.transition}</span>{" "}
35+
by{" "}
3636
<spancss={{fontWeight:500}}>
3737
{getDisplayWorkspaceBuildInitiatedBy(build)}
3838
</span>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp