|
|
|
|
@ -20,7 +20,7 @@ export default async function Page({ children }) {
|
|
|
|
|
<div className="postContent">
|
|
|
|
|
<div className="categories">
|
|
|
|
|
{item["@expand"].categories.map((item, i) => (
|
|
|
|
|
<div key={i} style={{backgroundColor: item.color, color: item.text_color , borderRadius: 100, textAlign: "center", padding: "0.15rem", fontWeight: "bold"}}>
|
|
|
|
|
<div key={i} style={{backgroundColor: item.color, color: item.text_color , borderRadius: 100, textAlign: "center", padding: "0.15rem", paddingLeft: "0.3rem", paddingRight: "0.3rem", fontWeight: "bold", boxShadow: "#111111 0.3rem 0.3rem 0.3rem"}}>
|
|
|
|
|
{item.name}
|
|
|
|
|
</div>
|
|
|
|
|
))}
|
|
|
|
|
|