Commit 8345efd0 authored by Chunchi Che's avatar Chunchi Che

fix small

parent 3d2bc984
Pipeline #19121 passed with stages
in 3 minutes and 2 seconds
...@@ -34,7 +34,6 @@ const CardListModal = () => { ...@@ -34,7 +34,6 @@ const CardListModal = () => {
cover={<img alt={item.name} src={item.imgUrl} />} cover={<img alt={item.name} src={item.imgUrl} />}
> >
<Meta title={item.name} /> <Meta title={item.name} />
<p>{item.desc}</p>
</Card> </Card>
} }
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment