Skip to content

Commit

Permalink
activist-org#934 Move share button icon to the right of text
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Sep 25, 2024
1 parent 4bf04cb commit 2958f1f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
class="flex max-h-[40px] w-full items-center"
:cta="true"
label="_global.share"
:leftIcon="IconMap.SHARE"
:rightIcon="IconMap.SHARE"
fontSize="lg"
:ariaLabel="$t('_global.share_event_aria_label')"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
class="flex max-h-[40px] w-full items-center"
:cta="true"
label="_global.share"
:leftIcon="IconMap.SHARE"
:rightIcon="IconMap.SHARE"
fontSize="lg"
:ariaLabel="$t('_global.share_organization_aria_label')"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
class="flex max-h-[40px] w-full items-center"
:cta="true"
label="_global.share"
:leftIcon="IconMap.SHARE"
:rightIcon="IconMap.SHARE"
fontSize="lg"
:ariaLabel="$t('_global.share_organization_aria_label')"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class="flex max-h-[40px] w-full items-center"
:cta="true"
label="_global.share"
:leftIcon="IconMap.SHARE"
:rightIcon="IconMap.SHARE"
fontSize="lg"
:ariaLabel="$t('components.btn-action.share')"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class="flex max-h-[40px] w-full items-center"
:cta="true"
label="_global.share"
:leftIcon="IconMap.SHARE"
:rightIcon="IconMap.SHARE"
fontSize="lg"
:ariaLabel="
$t('components.tooltip_menu_search_result_user.share_user_aria_label')
Expand Down
2 changes: 1 addition & 1 deletion frontend/pages/events/[id]/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
:label="$t(shareButtonLabel)"
:hideLabelOnMobile="false"
fontSize="sm"
:leftIcon="IconMap.SHARE"
:rightIcon="IconMap.SHARE"
iconSize="1.45em"
:ariaLabel="$t('_global.share_event_aria_label')"
/>
Expand Down
2 changes: 1 addition & 1 deletion frontend/pages/organizations/[id]/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
:label="$t(shareButtonLabel)"
:hideLabelOnMobile="false"
fontSize="sm"
:leftIcon="IconMap.SHARE"
:rightIcon="IconMap.SHARE"
iconSize="1.45em"
:ariaLabel="$t('_global.share_organization_aria_label')"
/>
Expand Down
2 changes: 1 addition & 1 deletion frontend/pages/organizations/[id]/groups/[id]/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
:label="$t(shareButtonLabel)"
:hideLabelOnMobile="false"
fontSize="sm"
:leftIcon="IconMap.SHARE"
:rightIcon="IconMap.SHARE"
iconSize="1.45em"
:ariaLabel="
$t('pages.organizations.groups.about.share_group_aria_label')
Expand Down

0 comments on commit 2958f1f

Please sign in to comment.