mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-08-02 17:11:48 +00:00
Replaced at="large with greaterThanOrEqual="large"
Based on warnings in the console
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user