File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ export interface SpecialtyItem {
1010export function Specialty ( { specialty, location } : { specialty : SpecialtyItem , location : string } ) {
1111 return < div className = "flex flex-wrap justify-start text-center items-center mt-2 gap-1" >
1212 < SmallIcon thing = { specialty . special } location = { location } sizeSet = "s" > { specialty . special . name } </ SmallIcon >
13- < div > be obtained by using </ div >
13+ < div > can be obtained by using</ div >
1414 < SmallIcon thing = { specialty . char } location = { location } sizeSet = "s" > { specialty . char . name } </ SmallIcon >
15- < div > while cooking </ div >
15+ < div > while cooking</ div >
1616 < SmallIcon thing = { specialty . recipe } location = { location } sizeSet = "s" > { specialty . recipe . name } </ SmallIcon >
1717 </ div >
1818}
You can’t perform that action at this time.
0 commit comments