diff --git a/src/components/typography/QuoteText.tsx b/src/components/typography/QuoteText.tsx index 7c96561..43eb544 100644 --- a/src/components/typography/QuoteText.tsx +++ b/src/components/typography/QuoteText.tsx @@ -1,11 +1,11 @@ import styled from "styled-components"; -export interface IOverlineProps { +export interface IQuoteTextProps { size?: 'small' | 'medium' | 'large'; } -export const Overline = styled.a` - /* Overline */ +export const QuoteText = styled.a` + /* QuoteText */ font-family: Red Hat Text; font-weight: normal; font-style: normal;