Replaced at="large with greaterThanOrEqual="large"

Based on warnings in the console
This commit is contained in:
Przemek Wiech
2021-11-02 00:07:26 +01:00
parent 2d4ca439d5
commit e444e25177
4 changed files with 5 additions and 5 deletions

View File

@@ -128,7 +128,7 @@ export function Intro() {
<div id="content">
<div className="backgroundImage" />
<Card className="intro">
<Card.Content as={Media} at="large">
<Card.Content as={Media} greaterThanOrEqual="large">
<Card.Header>
<FormattedMessage
id="intro.title"
@@ -137,7 +137,7 @@ export function Intro() {
</Card.Header>
</Card.Content>
<Card.Content>
<Grid as={Media} at="large">
<Grid as={Media} greaterThanOrEqual="large">
<Grid.Row>
<Grid.Column width={5}>
<Image src={logo} alt="Topola logo" />