From c7aef39e53f2281bcc130cc7f73572f4faab6e72 Mon Sep 17 00:00:00 2001 From: vtraub3 <53194086+vtraub3@users.noreply.github.com> Date: Wed, 13 Jan 2021 19:42:38 -0500 Subject: [PATCH] Add my name and github profile I believed I learned something today, doing this. --- assets/contributors.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/contributors.js b/assets/contributors.js index 6ead0a9..fea12ef 100644 --- a/assets/contributors.js +++ b/assets/contributors.js @@ -130,5 +130,9 @@ export const contributors = [ { name: 'Clint Galvez', githubProfile: 'https://github.com/Crosoar' + }, + { + name: 'Victoria Traub', + githubProfile: 'https://github.com/vtraub3' } ]