Skip to content

Commit 9f2f48e

Browse files
authored
Merge pull request #42 from ma10/correct-freeeKK-20241126
freee株式会社をフリー株式会社に置換
2 parents 25a42a1 + 60d4415 commit 9f2f48e

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# freee Accessibility Training
22

3-
[freee株式会社](https://corp.freee.co.jp/) の従業員向けアクセシビリティー研修で使用する、アクセシビリティーの高い例と低い例を体験するためのページです
3+
[フリー株式会社](https://corp.freee.co.jp/) の従業員向けアクセシビリティー研修で使用する、アクセシビリティーの高い例と低い例を体験するためのページです
44

55

66
## 開発環境

src/components/examples/form/Annotation.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const AnnotationCompany = (): JSX.Element => (
3636
<TextField type="text" aria-describedby="annotation-company" />
3737
</label>
3838
<FormAnnotation id="annotation-company">
39-
記入例: freee株式会社
39+
記入例: フリー株式会社
4040
</FormAnnotation>
4141
</FormItem>
4242
</form>
@@ -73,7 +73,7 @@ export const PlaceholderCompany = (): JSX.Element => (
7373
<FormItem>
7474
<label>
7575
<FormLabel>会社名</FormLabel>
76-
<TextField type="text" placeholder="freee株式会社" />
76+
<TextField type="text" placeholder="フリー株式会社" />
7777
</label>
7878
</FormItem>
7979
</form>

src/components/examples/link/Element.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { TextLink } from '../../parts';
44

55
export const GoodElement: React.FC = () => (
66
<ExampleContainer>
7-
<TextLink href="https://corp.freee.co.jp">freee株式会社</TextLink>
7+
<TextLink href="https://corp.freee.co.jp">フリー株式会社</TextLink>
88
</ExampleContainer>
99
);
1010

@@ -16,7 +16,7 @@ export const BadElementA: React.FC = () => (
1616
location.href = 'https://corp.freee.co.jp';
1717
}}
1818
>
19-
freee株式会社
19+
フリー株式会社
2020
</TextLink>
2121
</ExampleContainer>
2222
);
@@ -29,7 +29,7 @@ export const BadElementSpan: React.FC = () => (
2929
location.href = 'https://corp.freee.co.jp';
3030
}}
3131
>
32-
freee株式会社
32+
フリー株式会社
3333
</TextLink>
3434
</ExampleContainer>
3535
);

src/components/examples/link/Visulal.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ import { TextLink, Button } from '../../parts';
55
export const GoodVisual: React.FC = () => (
66
<ExampleContainer>
77
<p>
8-
<TextLink href="https://corp.freee.co.jp">freee株式会社</TextLink> では、
8+
<TextLink href="https://corp.freee.co.jp">フリー株式会社</TextLink> では、
99
<TextLink href="https://www.freee.co.jp/houjin/">freee会計</TextLink>
1010
<TextLink href="https://www.freee.co.jp/hr/">freee人事労務</TextLink>
1111
といったプロダクトの開発・提供を通して、だれもが自由に自然体で経営できる環境をつくっていきます。
1212
</p>
1313
<p>
14-
freee株式会社では、一緒にスモールビジネスを盛り上げていくエンジニア・デザイナー・プロダクトマネージャーを募集しています
14+
フリー株式会社では、一緒にスモールビジネスを盛り上げていくエンジニア・デザイナー・プロダクトマネージャーを募集しています
1515
</p>
1616
<p>
1717
<Button as="a" href="https://jobs.freee.co.jp/">
18-
freee株式会社の採用情報
18+
フリー株式会社の採用情報
1919
</Button>
2020
</p>
2121
</ExampleContainer>
@@ -25,7 +25,7 @@ export const BadVisual: React.FC = () => (
2525
<ExampleContainer>
2626
<p>
2727
<TextLink noUnderline href="https://corp.freee.co.jp">
28-
freee株式会社
28+
フリー株式会社
2929
</TextLink>{' '}
3030
では、
3131
<TextLink noUnderline href="https://www.freee.co.jp/houjin/">
@@ -38,11 +38,11 @@ export const BadVisual: React.FC = () => (
3838
といったプロダクトの開発・提供を通して、だれもが自由に自然体で経営できる環境をつくっていきます。
3939
</p>
4040
<p>
41-
freee株式会社では、一緒にスモールビジネスを盛り上げていくエンジニア・デザイナー・プロダクトマネージャーを募集しています
41+
フリー株式会社では、一緒にスモールビジネスを盛り上げていくエンジニア・デザイナー・プロダクトマネージャーを募集しています
4242
</p>
4343
<p>
4444
<TextLink noUnderline href="https://jobs.freee.co.jp/">
45-
freee株式会社の採用情報
45+
フリー株式会社の採用情報
4646
</TextLink>
4747
</p>
4848
</ExampleContainer>

src/pages/keyboard.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import { FieldLabelsFor } from '/src/components/examples/form';
3737
#### キーボード操作を試してみよう
3838

3939
<ExampleContainer>
40-
<TextLink href="https://corp.freee.co.jp">freee株式会社</TextLink>
40+
<TextLink href="https://corp.freee.co.jp">フリー株式会社</TextLink>
4141
<TextLink href="https://jobs.freee.co.jp">採用情報</TextLink>
4242
<TextLink href="https://developers.freee.co.jp">
4343
freee Developers Hub

src/pages/link.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { RelatedChecks } from '/src/components/parts/RelatedChecks';
1919

2020
### 見た目でリンクだとわかるようにする
2121

22-
HTML では `<a href="https://www.freee.co.jp">freee株式会社</a>` のように記述すると、リンクとなります。
22+
HTML では `<a href="https://www.freee.co.jp">フリー株式会社</a>` のように記述すると、リンクとなります。
2323
多くのページでは、青系の文字色でアンダーラインつきの見た目で表示されます。
2424

2525
#### 良い例: 見た目でリンクだと理解できる

0 commit comments

Comments
 (0)