web2019/static/js/shop/GradientBottom.jsx
Egor Savkin 0b905c1484 Fix bottom side gradient
Signed-off-by: Egor Savkin <es@m-labs.hk>
2024-02-27 17:23:05 +08:00

7 lines
131 B
JavaScript

import React from 'react';
export function GradientBottom() {
return (
<div className="gradient-bottom"></div>
)
}