From f12adbf3a7b92b8ada8ffe7c904dd9a2088312fa Mon Sep 17 00:00:00 2001 From: Factorio Blueprints Date: Sun, 3 Nov 2024 07:43:19 -0500 Subject: [PATCH] Update Patreon contributors. --- src/components/Contributors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Contributors.js b/src/components/Contributors.js index e74ae145..bfe6762c 100644 --- a/src/components/Contributors.js +++ b/src/components/Contributors.js @@ -5,7 +5,7 @@ import Alert from 'react-bootstrap/Alert'; import React from 'react'; -const contributors = ['Howard F.', 'Tomáš Hubka', 'wisefish', 'Clive Blackledge', 'ensoniq2k', 'faunris'] +const contributors = ['Howard F.', 'Tomáš Hubka', 'wisefish', 'Clive Blackledge', 'ensoniq2k', 'faunris', 'Riley'] function Contributors() {