Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
korridor committed Apr 22, 2024
1 parent 68e5f89 commit 2acef6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions resources/js/Components/OrganizationSwitcher.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,24 +90,22 @@ const switchToTeam = (team: Organization) => {

<DropdownLink
v-if="isBillingActivated()"
href="
/billing
">
href="/billing">
Billing
</DropdownLink>

<DropdownLink
v-if="page.props.jetstream.canCreateTeams"
:href="route('teams.create')">
Create New Team
Create new organization
</DropdownLink>

<!-- Organization Switcher -->
<template v-if="page.props.auth.user.all_teams.length > 1">
<div class="border-t border-card-background-separator" />

<div class="block px-4 py-2 text-xs text-muted">
Switch Teams
Switch Organizations
</div>

<template
Expand Down
2 changes: 1 addition & 1 deletion resources/js/Pages/Teams/Partials/CreateTeamForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const page = usePage<{
<template #title> Organization Details</template>

<template #description>
Create a new team to collaborate with others on projects.
Create a new organization to collaborate with others on projects.
</template>

<template #form>
Expand Down

0 comments on commit 2acef6a

Please sign in to comment.