Skip to content

Commit

Permalink
chore(client): remove architecture tab beta indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
mulygottlieb committed Mar 10, 2024
1 parent 32f6c84 commit a2055d7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {
FlexEnd,
} from "@amplication/ui/design-system/components/FlexItem/FlexItem";
import { useCallback, useEffect, useState } from "react";
import BetaFeatureTag from "../../Components/BetaFeatureTag";
import { Button } from "../../Components/Button";
import RedesignResourceButton from "../../Components/RedesignResourceButton";
import * as models from "../../models";
Expand Down Expand Up @@ -160,8 +159,6 @@ export default function ModelOrganizerToolbar({

<FlexEnd>
<FlexItem itemsAlign={EnumItemsAlign.Center}>
{!restrictedMode && <BetaFeatureTag></BetaFeatureTag>}

{redesignMode && (
<>
<div className={`${CLASS_NAME}__divider`}></div>
Expand Down

0 comments on commit a2055d7

Please sign in to comment.