BackgroundShapes: convert to TSX

next
Alex Gleason 2 years ago
parent 670d25428d
commit 7df6d4bc9c
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -1,6 +1,7 @@
import React from 'react';
export default () => (
/** Gradient that appears in the background of the UI. */
const BackgroundShapes: React.FC = () => (
<div className='fixed top-0 inset-x-0 flex justify-center overflow-hidden pointer-events-none'>
<div className='flex-none flex justify-center'>
<svg width='1754' height='1336' xmlns='http://www.w3.org/2000/svg'>
@ -26,3 +27,5 @@ export default () => (
</div>
</div>
);
export default BackgroundShapes;
Loading…
Cancel
Save