Skip to content

Commit

Permalink
Remove uswds css
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Jul 24, 2024
1 parent 6f61fbc commit 57ef36e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/scripts/components/common/banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function Banner({appTitle, expires, url, text, type = infoTypeFla
{isOpen &&
(<div className='position-relative'>
<USWDSBanner aria-label={appTitle} className={type !== infoTypeFlag? 'bg-secondary-lighter': ''}>
<a href={actionUrl} target='_blank' rel='noreferrer'>
<a href={url} target='_blank' rel='noreferrer'>
<BannerContent className='padding-top-1 padding-bottom-1' isOpen={true}>
<p dangerouslySetInnerHTML={{ __html: text }} />
</BannerContent>
Expand Down
1 change: 0 additions & 1 deletion app/scripts/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { createRoot } from 'react-dom/client';
import T from 'prop-types';
import { BrowserRouter, Route, Routes, useLocation } from 'react-router-dom';

// import '@trussworks/react-uswds/lib/index.css';
import '$styles/styles.scss';

import { userPages } from 'veda';
Expand Down

0 comments on commit 57ef36e

Please sign in to comment.