Skip to content

Commit

Permalink
added deprecation date to beaverhubalert banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruefa committed Mar 15, 2024
1 parent 0ec9601 commit 24469ec
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions src/features/BeaverhubAlert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,9 @@ import { Card, CardHeader, CardContent, Badge } from 'src/ui/Card';
import Icon from 'src/ui/Icon';
import { Types } from '@osu-wams/lib';
import { fontSize, breakpoints } from '@osu-wams/theme';
import { ExternalLink, InternalLink, SimpleExternalLink } from '../ui/Link';
import { SimpleExternalLink } from '../ui/Link';


const AlertWrapper = styled.div`
width: 100%;
font-size: ${fontSize[14]};
padding: 0;
> div {
margin-bottom: 0 !important;
}
`;
const AlertCardWrapper = styled(Card)`
width: 100%;
max-width: ${breakpoints.large};
Expand Down Expand Up @@ -68,7 +60,7 @@ const BeaverhubAlert = () => {
const cardBody = (): JSX.Element => (
<AlertCardWrapper>
<AlertHeader
title='Your OSU Student Portal is Moving!'
title='Your OSU Student Portal Is Moving!'
badge={
<Badge bg={themeContext.alert.header.badge.background}>
<Icon { ...icon } size="2x" />
Expand All @@ -82,7 +74,7 @@ const BeaverhubAlert = () => {
fg='white'
>
Beaver Hub
</SimpleExternalLink>. Learn more about Beaver Hub and the new features that will be available on the <SimpleExternalLink
</SimpleExternalLink> on Monday, March 25th, 2024. Learn more about Beaver Hub and the new features that will be available on the <SimpleExternalLink
href={'https://uit.oregonstate.edu/beaver-hub'}
fg='white'
>
Expand Down

0 comments on commit 24469ec

Please sign in to comment.