Merge branch 'main' of github.com:solidtime-io/solidtime

This commit is contained in:
Gregor Vostrak
2024-04-22 13:38:30 +02:00
21 changed files with 218 additions and 45 deletions

View File

@@ -90,16 +90,14 @@ 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 -->
@@ -107,7 +105,7 @@ const switchToTeam = (team: Organization) => {
<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