Skip to content

Commit

Permalink
fix. some UI changes in the form
Browse files Browse the repository at this point in the history
  • Loading branch information
beltranrengifo committed Nov 28, 2022
1 parent a538152 commit 4e75698
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/Signature/FormData/formFields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const formFields: IField[] = [
tooltip:
'Paste your image URL or upload a new one. JPG, PNG and GIF formats. Max file size allowed 800KB. Recommended image max width 600px',
type: 'url',
colSpan: 2,
},
{
helperText:
Expand All @@ -44,6 +45,7 @@ const formFields: IField[] = [
tooltip:
'Paste your image URL or upload a new one. JPG, PNG and GIF formats. Max file size allowed 400KB. Recommended image max width 600px',
type: 'url',
colSpan: 2,
},
{
label: 'Work role',
Expand Down Expand Up @@ -77,42 +79,49 @@ const formFields: IField[] = [
name: 'linkedinUrl',
pattern: 'https://.*',
type: 'url',
colSpan: 2,
},
{
label: 'Instagram URL',
name: 'instagramUrl',
pattern: 'https://.*',
type: 'url',
colSpan: 2,
},
{
label: 'Twitter URL',
name: 'twitterUrl',
pattern: 'https://.*',
type: 'url',
colSpan: 2,
},
{
label: 'TikTok URL',
name: 'tiktokUrl',
pattern: 'https://.*',
type: 'url',
colSpan: 2,
},
{
label: 'Pinterest URL',
name: 'pinterestUrl',
pattern: 'https://.*',
type: 'url',
colSpan: 2,
},
{
label: 'YouTube URL',
name: 'youtubeUrl',
pattern: 'https://.*',
type: 'url',
colSpan: 2,
},
{
label: 'Facebook URL',
name: 'facebookUrl',
pattern: 'https://.*',
type: 'url',
colSpan: 2,
},
{
label: 'Custom URL',
Expand All @@ -133,12 +142,14 @@ const formFields: IField[] = [
tooltip:
'Paste your banner image URL or upload a new one. JPG, PNG and GIF formats. Max file size allowed 800KB. Recommended image max width 600px',
type: 'url',
colSpan: 2,
},
{
label: 'Banner Image Link',
name: 'bannerImageLink',
pattern: 'https://.*',
type: 'url',
colSpan: 2,
},
{
helperText:
Expand Down

1 comment on commit 4e75698

@vercel
Copy link

@vercel vercel bot commented on 4e75698 Nov 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.