Fix website build (#2422)

This commit is contained in:
Jamil
2023-10-18 06:23:11 -07:00
committed by GitHub
parent 102d37d1e4
commit 0ef0dd66a2

View File

@@ -29,7 +29,7 @@ export default function CommitMarquee({ xmlFeed }: { xmlFeed: string }) {
gradient
pauseOnHover
gradientWidth={100}
gradientColor={[248, 247, 247]}
gradientColor={"#f8f7f7"}
>
{xml.feed.entry.map((entry: any) => (
<div