Skip to content

Commit

Permalink
add placeholder for editColumns Country column (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
umihai29 authored Feb 19, 2025
1 parent 583dd02 commit 1737787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const SocialIcon = ({ children, className, url }: SocialIconProps) => {
const logoProps = logoConfig[knownUrl as keyof typeof logoConfig];

if (logoProps) {
return <Logo {...logoProps} className={cn(className)} />;
return <Logo {...logoProps} className={cn(className, 'size-5')} />;
}

if (children) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const organizationsHelperTextMap: Record<
[ColumnViewType.OrganizationsStage]: 'E.g. Lead',
[ColumnViewType.OrganizationsChurnDate]: 'E.g. 15 Aug 2024',
[ColumnViewType.OrganizationsLtv]: 'E.g. $109,280',
[ColumnViewType.OrganizationsHeadquarters]: 'E.g. Germany',
[ColumnViewType.OrganizationsCountry]: 'E.g. Germany',
[ColumnViewType.OrganizationsParentOrganization]: 'E.g. Alphabet',
[ColumnViewType.OrganizationsUpdatedDate]: 'E.g. 16 Sep 2024',
[ColumnViewType.OrganizationsPrimaryDomains]: 'eg. pile.com',
Expand Down

0 comments on commit 1737787

Please sign in to comment.