mirror of
https://github.com/mue/mue.git
synced 2026-06-12 03:28:46 +02:00
fix(background): Grammar mistake in class name
This commit is contained in:
@@ -239,7 +239,7 @@ function PhotoInformation({ info, url, api }) {
|
||||
</div>
|
||||
)}
|
||||
<div className="photoInformation-content">
|
||||
<div className="photoInfomration-text">
|
||||
<div className="photoInformation-text">
|
||||
<span
|
||||
className="title"
|
||||
title={
|
||||
|
||||
@@ -468,7 +468,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.photoInfomration-text {
|
||||
.photoInformation-text {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user