Skip to content

Commit

Permalink
update signed out sidebar cta
Browse files Browse the repository at this point in the history
  • Loading branch information
amilliiee committed Apr 30, 2024
1 parent eb4d07d commit e030207
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/components/dropdown/DropdownBase.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<MenuButton
@focus="expandOnFocus"
v-slot="{ open }"
class="style-btn inline-flex w-full select-none rounded-md px-4 py-2 font-semibold"
class="style-btn inline-flex w-full select-none rounded-md px-4 py-2 font-semibold whitespace-nowrap"
:class="{
'pl-6': isSideMenu,
'style-menu-option-cta flex items-center rounded-md pl-1':
Expand Down
2 changes: 1 addition & 1 deletion frontend/components/dropdown/DropdownUserOptions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:menuButtonLabel="
userIsSignedIn
? $t(`components.dropdown-user-options.username`)
: $t(`components._global.join`)
: $t(`components.dropdown-user-options-join-activist`)
"
:isMenuButtonUppercase="false"
:isMenuButtonBold="true"
Expand Down
1 change: 1 addition & 0 deletions frontend/i18n/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@
"components.dropdown-create.new-organization": "New organization",
"components.dropdown-info.info": "Info",
"components.dropdown-info.info-aria-label": "Open to see options for learning more about activist and getting help",
"components.dropdown-user-options-join-activist": "Join activist",
"components.dropdown-user-options.sign-out": "Sign out",
"components.dropdown-user-options.username": "Username",
"components.dropdown-user-options.username-aria-label": "Open to see user specific options",
Expand Down

0 comments on commit e030207

Please sign in to comment.