Skip to content

Commit

Permalink
🧹 Remove unused block component #2827
Browse files Browse the repository at this point in the history
  • Loading branch information
millianapia committed Feb 13, 2025
1 parent a2c5e34 commit 8ae435b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 56 deletions.
45 changes: 0 additions & 45 deletions web/components/src/Quote/BlockQuote.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions web/components/src/Quote/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@ PullQuote.Quote = Quote

export { PullQuote }
export type { PullQuoteProps }

export * from './BlockQuote'
10 changes: 1 addition & 9 deletions web/components/stories/typography/Typography.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ const Article = styled.article`
/* spacing */
figure,
blockquote {
figure {
margin: 0;
}
Expand Down Expand Up @@ -112,13 +111,6 @@ export const Typography: React.FC<TypographyProps> = () => (
supply chain partners. The findings from this initial exploratory phase will form the basis for subsequent
decisions.
</p>
<blockquote>
<p>
“Panasonic’s plan for expanding its footprint in the European lithium-ion battery market Mototsugu Sato,
Executive Vice President of Panasonic, says the company sees the strategic partnership with Equinor and Hydro as
a potential basis for future development and growth in the energy/battery sector in the European region.”
</p>
</blockquote>
<p>
“This collaboration combines Panasonic’s position as an innovative technology company and leader in lithium-ion
batteries, with the deep industrial experience of Equinor and Hydro, both strong global players, to potentially
Expand Down

0 comments on commit 8ae435b

Please sign in to comment.