Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
HM-4805: Remove page alerts for ICT Labour Hire changes (#1026)
Browse files Browse the repository at this point in the history
* Remove page alerts for ICT Labour Hire changes
  • Loading branch information
dta-tyler authored Mar 23, 2022
1 parent 552f9bc commit 0a8c7e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
16 changes: 0 additions & 16 deletions apps/marketplace/components/BuyerDashboard/BuyerDashboardHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ import React, { Component } from 'react'
import { connect } from 'react-redux'
import { withRouter } from 'react-router-dom'
import AUaccordion from '@gov.au/accordion/lib/js/react.js'
import AUpageAlert from '@gov.au/page-alerts/lib/js/react.js'
import { rootPath } from 'marketplace/routes'
import { hasPermission } from 'marketplace/components/helpers'
import PageHeader from 'marketplace/components/PageHeader/PageHeader'
import PageNavigation from 'marketplace/components/PageNavigation/PageNavigation'
import mainStyles from 'marketplace/main.scss'
import styles from './BuyerDashboard.scss'

class BuyerDashboardHeader extends Component {
Expand All @@ -32,20 +30,6 @@ class BuyerDashboardHeader extends Component {
const { briefCounts, isPartOfTeam, isTeamLead, organisation, teams } = this.props
return (
<React.Fragment>
<AUpageAlert as="warning" className={`${mainStyles.marginBottom3}`}>
<h3>Updates to the Digital Marketplace</h3>
<br />
We have recently made a few changes to the Digital Marketplace including the creation of the new ICT Labour
Hire Hire category, and the renaming of &quot;Specialist&quot; and &quot;Outcome&quot; opportunities. For more
information on how this affects you,{' '}
<a
href="https://mailchi.mp/ae94e5dd228d/new-digital-marketplace-category-platforms-integration-988037"
rel="noopener noreferrer"
target="_blank"
>
click here.
</a>
</AUpageAlert>
<PageHeader
organisation={organisation}
title="Dashboard"
Expand Down
15 changes: 0 additions & 15 deletions apps/marketplace/pages/SellerDashboardPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { loadSellerDashboard, removeUser } from 'marketplace/actions/sellerDashb
import LoadingIndicatorFullPage from 'shared/LoadingIndicatorFullPage/LoadingIndicatorFullPage'
import { ErrorBoxComponent } from 'shared/form/ErrorBox'
import { rootPath } from 'marketplace/routes'
import mainStyles from 'marketplace/main.scss'
import styles from '../main.scss'

class SellerDashboardPage extends Component {
Expand Down Expand Up @@ -82,20 +81,6 @@ class SellerDashboardPage extends Component {
return (
<BrowserRouter basename={`${rootPath}/seller-dashboard`}>
<div>
<AUpageAlert as="warning" className={`${mainStyles.marginBottom3}`}>
<h3>Updates to the Digital Marketplace</h3>
<br />
We have recently made a few changes to the Digital Marketplace including the creation of the new ICT Labour
Hire category, and the renaming of &quot;Specialist&quot; and &quot;Outcome&quot; opportunities. For more
information on how this affects you,{' '}
<a
href="https://mailchi.mp/3d8298eb0100/new-digital-marketplace-category-platforms-integration-988033?e=[UNIQID]"
rel="noopener noreferrer"
target="_blank"
>
click here.
</a>
</AUpageAlert>
<div className="row">
<div className="col-xs-12">{supplier.name}</div>
</div>
Expand Down

0 comments on commit 0a8c7e2

Please sign in to comment.