Skip to content

Commit

Permalink
Rename domain -> subdomain in create-site
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantk232 authored and amitu committed Sep 27, 2024
1 parent ec9f21a commit 6a39e53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/sites/create-site.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ string dashboard-url:
spacing: $ds.spaces.vertical-gap.extra-small
height.fixed.px: 84

-- ds.copy-small: Domain
-- ds.copy-small: Subdomain

-- ds.row:
spacing: $ds.spaces.horizontal-gap.small

-- ftd.text-input:
placeholder: Enter you domain
placeholder: Enter you subdomain
color: $inherited.colors.text-strong
width.fixed.px: 324
padding.px: 8
Expand Down Expand Up @@ -107,13 +107,13 @@ string dashboard-url:
spacing: $ds.spaces.vertical-gap.extra-small
height.fixed.px: 84

-- ds.copy-small: Domain
-- ds.copy-small: Subdomain

-- ds.row:
spacing: $ds.spaces.horizontal-gap.small

-- ftd.text-input:
placeholder: Enter you domain
placeholder: Enter you subdomain
color: $inherited.colors.text-strong
width: fill-container
padding.px: 8
Expand Down

0 comments on commit 6a39e53

Please sign in to comment.