chore(UI): removed unused CSS class (#59337)

This commit is contained in:
Ivelin Gachev 2025-03-20 06:31:56 +02:00 committed by GitHub
parent f7b2204482
commit 0799e6d9e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,7 @@ const Intro = ({
<blockquote className='blockquote' data-testid='quote-block'>
<span>
<q data-playwright-test-label='random-quote'>{quote}</q>
<footer className='quote-author blockquote-footer'>
<footer className='quote-author'>
<cite data-playwright-test-label='random-author'>{author}</cite>
</footer>
</span>