Skip to content

Commit 5ad6025

Browse files
committed
chore: fix phone number title
1 parent 0c71c91 commit 5ad6025

10 files changed

Lines changed: 9 additions & 9 deletions

apps/website/src/config/navigation-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const COMPONENTS_DATA = [
7777
"Hover Card",
7878
"Label",
7979
"Pagination",
80-
"Phone Number",
80+
"Phone Number Input",
8181
"Popover",
8282
"Progress",
8383
"Radio Group",

apps/website/src/content/docs/components/phone-number.mdx renamed to apps/website/src/content/docs/components/phone-number-input.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ links:
99
href: https://www.npmjs.com/package/react-international-phone
1010
---
1111

12-
<ComponentPreview path="phone-number/international-phone-hook-example" />
12+
<ComponentPreview path="phone-number-input/international-phone-hook-example" />
1313

1414
## Installation
1515

@@ -32,28 +32,28 @@ It utilizes the **usePhoneInput()** hook from **react-international-phone** libr
3232

3333
### National
3434

35-
<ComponentPreview path="phone-number/national-phone-number-example" />
35+
<ComponentPreview path="phone-number-input/national-phone-number-example" />
3636

3737
### Only Countries
3838

39-
<ComponentPreview path="phone-number/only-countries-phone" />
39+
<ComponentPreview path="phone-number-input/only-countries-phone" />
4040

4141
### Preferred Countries
4242

43-
<ComponentPreview path="phone-number/preferred-countries-phone" />
43+
<ComponentPreview path="phone-number-input/preferred-countries-phone" />
4444

4545
### Exclude Countries
4646

47-
<ComponentPreview path="phone-number/exclude-countries-example" />
47+
<ComponentPreview path="phone-number-input/exclude-countries-example" />
4848

4949
### No Dropdown
5050

51-
<ComponentPreview path="phone-number/phone-number-example" />
51+
<ComponentPreview path="phone-number-input/phone-number-example" />
5252

5353
### Phone Number Static
5454

55-
<ComponentPreview path="phone-number/phone-number-static" />
55+
<ComponentPreview path="phone-number-input/phone-number-static" />
5656

5757
### No Formatting
5858

59-
<ComponentPreview path="phone-number/phone-number-no-formatting" />
59+
<ComponentPreview path="phone-number-input/phone-number-no-formatting" />

apps/website/src/registry/example/phone-number/exclude-countries-example.tsx renamed to apps/website/src/registry/example/phone-number-input/exclude-countries-example.tsx

File renamed without changes.

apps/website/src/registry/example/phone-number/international-phone-hook-example.tsx renamed to apps/website/src/registry/example/phone-number-input/international-phone-hook-example.tsx

File renamed without changes.

apps/website/src/registry/example/phone-number/national-phone-number-example.tsx renamed to apps/website/src/registry/example/phone-number-input/national-phone-number-example.tsx

File renamed without changes.

apps/website/src/registry/example/phone-number/only-countries-phone.tsx renamed to apps/website/src/registry/example/phone-number-input/only-countries-phone.tsx

File renamed without changes.

apps/website/src/registry/example/phone-number/phone-number-example.tsx renamed to apps/website/src/registry/example/phone-number-input/phone-number-example.tsx

File renamed without changes.

apps/website/src/registry/example/phone-number/phone-number-no-formatting.tsx renamed to apps/website/src/registry/example/phone-number-input/phone-number-no-formatting.tsx

File renamed without changes.

apps/website/src/registry/example/phone-number/phone-number-static.tsx renamed to apps/website/src/registry/example/phone-number-input/phone-number-static.tsx

File renamed without changes.

apps/website/src/registry/example/phone-number/preferred-countries-phone.tsx renamed to apps/website/src/registry/example/phone-number-input/preferred-countries-phone.tsx

File renamed without changes.

0 commit comments

Comments
 (0)