Skip to content

Commit

Permalink
Replace two more references to the old alias
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-nero committed Dec 31, 2024
1 parent 7d23a54 commit 31f68ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/packages/teleport/src/Roles/Roles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { useEffect, useState } from 'react';
import { Alert, Box, Button, Flex, H3, Link } from 'design';
import { P } from 'design/Text/Text';
import { MissingPermissionsTooltip } from 'shared/components/MissingPermissionsTooltip';
import { HoverTooltip } from 'shared/components/ToolTip';
import { HoverTooltip } from 'design/Tooltip';

import {
Notification,
Expand Down
2 changes: 1 addition & 1 deletion web/packages/teleport/src/Users/Users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

import React from 'react';
import { Indicator, Text, Flex, Box, Alert, Button, Link } from 'design';
import { HoverTooltip } from 'shared/components/ToolTip';
import { HoverTooltip } from 'design/Tooltip';

import {
FeatureBox,
Expand Down

0 comments on commit 31f68ab

Please sign in to comment.