import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import ProfilePreview from "../element/ProfilePreview"; import ZapButton from "../element/ZapButton"; const Developers = [ "63fe6318dc58583cfe16810f86dd09e18bfd76aabc24a0081ce2856f330504ed", // kieran "7fa56f5d6962ab1e3cd424e758c3002b8665f7b0d8dcee9fe9e288d7751ac194" // verbiricha ]; const DonatePage = () => { return (

Help fund the development of Snort

Snort is an open source project built by passionate people in their free time

Your donations are greatly appreciated

Check out the code here: https://github.com/v0l/snort

Developers

{Developers.map(a => } />)}
); } export default DonatePage;