mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Fix website build (#2422)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user