fix(background): Grammar mistake in class name

This commit is contained in:
alexsparkes 2024-02-10 11:18:22 +00:00
parent 6f00709c3d
commit 9716ddd9af
2 changed files with 2 additions and 2 deletions

View File

@ -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={

View File

@ -468,7 +468,7 @@
}
}
.photoInfomration-text {
.photoInformation-text {
display: flex;
flex-flow: column;
}