Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

freee株式会社をフリー株式会社に置換 #42

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# freee Accessibility Training

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


## 開発環境
Expand Down
4 changes: 2 additions & 2 deletions src/components/examples/form/Annotation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const AnnotationCompany = (): JSX.Element => (
<TextField type="text" aria-describedby="annotation-company" />
</label>
<FormAnnotation id="annotation-company">
記入例: freee株式会社
記入例: フリー株式会社
</FormAnnotation>
</FormItem>
</form>
Expand Down Expand Up @@ -73,7 +73,7 @@ export const PlaceholderCompany = (): JSX.Element => (
<FormItem>
<label>
<FormLabel>会社名</FormLabel>
<TextField type="text" placeholder="freee株式会社" />
<TextField type="text" placeholder="フリー株式会社" />
</label>
</FormItem>
</form>
Expand Down
6 changes: 3 additions & 3 deletions src/components/examples/link/Element.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { TextLink } from '../../parts';

export const GoodElement: React.FC = () => (
<ExampleContainer>
<TextLink href="https://corp.freee.co.jp">freee株式会社</TextLink>
<TextLink href="https://corp.freee.co.jp">フリー株式会社</TextLink>
</ExampleContainer>
);

Expand All @@ -16,7 +16,7 @@ export const BadElementA: React.FC = () => (
location.href = 'https://corp.freee.co.jp';
}}
>
freee株式会社
フリー株式会社
</TextLink>
</ExampleContainer>
);
Expand All @@ -29,7 +29,7 @@ export const BadElementSpan: React.FC = () => (
location.href = 'https://corp.freee.co.jp';
}}
>
freee株式会社
フリー株式会社
</TextLink>
</ExampleContainer>
);
12 changes: 6 additions & 6 deletions src/components/examples/link/Visulal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ import { TextLink, Button } from '../../parts';
export const GoodVisual: React.FC = () => (
<ExampleContainer>
<p>
<TextLink href="https://corp.freee.co.jp">freee株式会社</TextLink> では、
<TextLink href="https://corp.freee.co.jp">フリー株式会社</TextLink> では、
<TextLink href="https://www.freee.co.jp/houjin/">freee会計</TextLink>や
<TextLink href="https://www.freee.co.jp/hr/">freee人事労務</TextLink>
といったプロダクトの開発・提供を通して、だれもが自由に自然体で経営できる環境をつくっていきます。
</p>
<p>
freee株式会社では、一緒にスモールビジネスを盛り上げていくエンジニア・デザイナー・プロダクトマネージャーを募集しています
フリー株式会社では、一緒にスモールビジネスを盛り上げていくエンジニア・デザイナー・プロダクトマネージャーを募集しています
</p>
<p>
<Button as="a" href="https://jobs.freee.co.jp/">
freee株式会社の採用情報
フリー株式会社の採用情報
</Button>
</p>
</ExampleContainer>
Expand All @@ -25,7 +25,7 @@ export const BadVisual: React.FC = () => (
<ExampleContainer>
<p>
<TextLink noUnderline href="https://corp.freee.co.jp">
freee株式会社
フリー株式会社
</TextLink>{' '}
では、
<TextLink noUnderline href="https://www.freee.co.jp/houjin/">
Expand All @@ -38,11 +38,11 @@ export const BadVisual: React.FC = () => (
といったプロダクトの開発・提供を通して、だれもが自由に自然体で経営できる環境をつくっていきます。
</p>
<p>
freee株式会社では、一緒にスモールビジネスを盛り上げていくエンジニア・デザイナー・プロダクトマネージャーを募集しています
フリー株式会社では、一緒にスモールビジネスを盛り上げていくエンジニア・デザイナー・プロダクトマネージャーを募集しています
</p>
<p>
<TextLink noUnderline href="https://jobs.freee.co.jp/">
freee株式会社の採用情報
フリー株式会社の採用情報
</TextLink>
</p>
</ExampleContainer>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/keyboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import { FieldLabelsFor } from '/src/components/examples/form';
#### キーボード操作を試してみよう

<ExampleContainer>
<TextLink href="https://corp.freee.co.jp">freee株式会社</TextLink>
<TextLink href="https://corp.freee.co.jp">フリー株式会社</TextLink>
<TextLink href="https://jobs.freee.co.jp">採用情報</TextLink>
<TextLink href="https://developers.freee.co.jp">
freee Developers Hub
Expand Down
2 changes: 1 addition & 1 deletion src/pages/link.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { RelatedChecks } from '/src/components/parts/RelatedChecks';

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

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

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