Skip to content

Commit

Permalink
fix(banner): updated v11 link in the hero, removed CTA from banner
Browse files Browse the repository at this point in the history
  • Loading branch information
sstrubberg committed Oct 13, 2023
1 parent 1b6bce9 commit 20f202c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions src/components/Banner/Banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@ import React from 'react';
import { Button } from 'carbon-components-react';
import { ArrowRight16 } from '@carbon/icons-react';

import {
banner,
bannerText,
bannerDetails,
buttonBanner,
} from './Banner.module.scss';
import { banner, bannerText, buttonBanner } from './Banner.module.scss';

const Banner = () => {
return (
Expand All @@ -16,7 +11,6 @@ const Banner = () => {
<strong>
Carbon v10 is in maintenance mode. Support will end on Sept. 30, 2024.
</strong>
<span className={bannerDetails}>Start using v11 now!</span>
</p>
<Button
href="https://github.com/carbon-design-system/carbon/blob/main/docs/release-schedule.md"
Expand Down
2 changes: 1 addition & 1 deletion src/gatsby-theme-carbon/templates/Homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const customProps = {
className={callToAction}
subTitle="Now available"
title="Carbon v11"
href="/whats-happening/v11-release/"
href="https://carbondesignsystem.com/migrating/guide/overview/"
color="dark"
actionIcon="arrowRight"
/>
Expand Down

0 comments on commit 20f202c

Please sign in to comment.