Skip to content

Commit

Permalink
Removed 'learn about teams' links
Browse files Browse the repository at this point in the history
  • Loading branch information
jherman00 committed Apr 19, 2024
1 parent 93a711c commit 4f77b2d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 80 deletions.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions webapp/channels/src/components/main_menu/main_menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import * as UserAgent from 'utils/user_agent';
import type {ModalData} from 'types/actions';
import type {PluginComponent} from 'types/store/plugins';

import LearnAboutTeamsLink from './learn_about_teams_link';
import './main_menu.scss';

export type Props = {
Expand Down Expand Up @@ -525,11 +524,6 @@ export class MainMenu extends React.PureComponent<Props> {
)}
/>
</SystemPermissionGate>
<Menu.Group>
<div className='MainMenu_dropdown-link'>
<LearnAboutTeamsLink/>
</div>
</Menu.Group>
</Menu.Group>
<Menu.Group>
{pluginItems}
Expand Down
2 changes: 0 additions & 2 deletions webapp/channels/src/components/select_team/select_team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import InfiniteScroll from 'components/common/infinite_scroll';
import SiteNameAndDescription from 'components/common/site_name_and_description';
import FormattedMarkdownMessage from 'components/formatted_markdown_message';
import LoadingScreen from 'components/loading_screen';
import LearnAboutTeamsLink from 'components/main_menu/learn_about_teams_link';
import SystemPermissionGate from 'components/permissions_gates/system_permission_gate';
import LogoutIcon from 'components/widgets/icons/fa_logout_icon';

Expand Down Expand Up @@ -285,7 +284,6 @@ export default class SelectTeam extends React.PureComponent<Props, State> {
defaultMessage='Teams you can join: '
/>
</h4>
<LearnAboutTeamsLink/>
</div>
<InfiniteScroll
callBack={this.fetchMoreTeams}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {FormattedMessage, FormattedDate, injectIntl, type WrappedComponentProps}

import type {Team} from '@mattermost/types/teams';

import LearnAboutTeamsLink from 'components/main_menu/learn_about_teams_link';
import SettingItemMax from 'components/setting_item_max';
import SettingItemMin from 'components/setting_item_min';
import SettingPicture from 'components/setting_picture';
Expand Down Expand Up @@ -663,7 +662,6 @@ export class GeneralTab extends React.PureComponent<Props, State> {
defaultMessage='General Settings'
/>
</h3>
<LearnAboutTeamsLink/>
</div>
<div className='divider-dark first'/>
{nameSection}
Expand Down

0 comments on commit 4f77b2d

Please sign in to comment.